Skip to content

(Linear) interpolation in three (or more) dimensions

3 messages · Mark Payne, Pascal Oettli, Edzer Pebesma

#
Hello Mark,

The DINEOF method is designed for problems as yours.

There is an implementation in R here
(http://menugget.blogspot.de/2012/10/dineof-data-interpolating-empirical.html)
but it doesn't directly work on Raster* object.

Hope this helps,
Pascal
On Tue, Jun 3, 2014 at 3:27 PM, Mark Payne <markpayneatwork at gmail.com> wrote:

  
    
#
package gstat offers simple 3D interpolation (idw, kriging), e.g.

library(gstat)
example(gstat3D)

and also spatio-temporal kriging; some memory limitations there may be
dealt with by using local kriging (see ?krigeST).
On 06/03/2014 08:27 AM, Mark Payne wrote: