Skip to content
Prev 5451 / 29559 Next

Spatial Interpolation of Regularly Gridded Data

On Mon, 6 Apr 2009, Greg King wrote:

            
Have you read the Spatial Task View on your nearest CRAN? There you should 
find some information to help. Firstly, akima treats all coordinates as 
planar, so don't use interp(). Both fields and gstat can interpolate using 
geographical coordinates, gstat with IDW and kriging, fields with thin 
plate splines (I believe using rdist.earth, but have not checked) and 
kriging. You are trying to interpolate, so why not use a geostatistical 
method? You could see whether the new automap package (running gstat 
internally) can handle geographical coordinates - check by comparing the 
output with runs with the proj4string set and unset.

Hope this helps,

Roger