Skip to content
Prev 3715 / 29559 Next

writing tiff/geotiff in R

On Wed, 11 Jun 2008, Laura Poggio wrote:

            
First you need to make your object into a SpatialGridDataFrame, then 
writeGDAL in rgdal simply works. But you need to say what structure your 
object has - matrix or vector etc. Then define a GridTopology object to 
suit, add a coordinate reference system if appropriate. Maybe the sp 
package function image2Grid() will help?

Roger