[Raster-commits] r154 - pkg/raster/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 18 15:22:03 CET 2009
Author: rhijmans
Date: 2009-01-18 15:22:03 +0100 (Sun, 18 Jan 2009)
New Revision: 154
Modified:
pkg/raster/R/raster.create.R
Log:
Modified: pkg/raster/R/raster.create.R
===================================================================
--- pkg/raster/R/raster.create.R 2009-01-18 14:13:26 UTC (rev 153)
+++ pkg/raster/R/raster.create.R 2009-01-18 14:22:03 UTC (rev 154)
@@ -4,6 +4,9 @@
# Version 0,1
# Licence GPL v3
+closeRaster <- function(raster) {
+# if handle = gdal then gdalclose the handle
+}
newRaster <- function(xmn=-180, xmx=180, ymn=-90, ymx=90, nrows=180, ncols=360, projstring="+proj=longlat +datum=WGS84") {
bb <- newBbox(xmn, xmx, ymn, ymx)
More information about the Raster-commits
mailing list