Skip to content

Rotate SpatialPointsDataFrame and convert to raster

1 message · Roger Bivand

#
On Mon, 31 Aug 2009, Julian Burgos wrote:

            
Given the format of the input data, I don't think that GMT or GDAL will 
help directly. GMT xyz2grd seems to want a non-tilted grid. GDAL's 
gdalwarp could re-orient an input tilted raster file, but this isn't what 
you have. Have you considered using GRASS directly, with v.in.ascii and 
format=point? Then one of the v.surf.* to interpolate to a non-tilted 
raster - there are a few more on the GRASS Addons wiki site.

That might be more direct that doing the interpolation in R, although it 
would come to the same thing.

Hope this helps,

Roger