Skip to content
Prev 24301 / 29559 Next

spTransform / SpatialPixelsDataFrame

On Thu, 21 Apr 2016, twah at gmx.ch wrote:

            
You cannot in general project grids, because the spacings between cell 
centre points will no longer be fixed. You can convert to a raster object 
and *warp* that grid to a new grid in the new projection with regularly 
spaced points, but with output cell centre points that do not match the 
projected points. Often, interpolation is needed to decide which value 
should be assigned to the output grid cells.

Roger