Re: [gdal-dev] Writing a Tiff

2009-01-19 Thread Henning Bredel
On Mon, 2009-01-19 at 20:57 +1100, Michael Sumner wrote: > Hello, > Hey Mike, thanks for your exhaustive answere :-) > Note this recent R-Sig-Geo post about the "in-development" nature of the > latest builds of rgdal - you need to let us know what versions you are > using. Also, view the defi

Re: [gdal-dev] Writing a Tiff

2009-01-16 Thread Henning Bredel
On Thu, 2009-01-15 at 16:57 -0500, Frank Warmerdam wrote: > > ,---. > > bm.writeTiff <- function(bm,filename) { > > > > # GTiff ist standard but show it here, though > > driver <- new('GDALDriver', 'GTiff') > > > > t <- new("

[gdal-dev] Writing a Tiff

2009-01-15 Thread Henning Bredel
Hi there, (not sure if my last mail came through) I have read http://www.gdal.org/frmt_gtiff.html and I am wondering if I have to build GDAL on my own to get the possibility writing tiffs .. I tried something like ,---. bm.writeTiff <- function(bm,filename) {

[gdal-dev] Writing a tiff

2009-01-15 Thread Henning Bredel
Hi there, I have read http://www.gdal.org/frmt_gtiff.html and I am wondering if I have to build GDAL on my own to get the possibility writing tiffs .. I try something like ,---. bm.writeTiff <- function(bm,filename) { # GTiff ist standard but show