Skip to content
Prev 4599 / 29559 Next

GSTAT: Optimize power value for IDW

Zev Ross wrote:
Hi Zev,

It seems to me that you want to perform some kind of optimal automatic 
interpolation. As an alternative to the methods presented by Alessandro, 
Edzer and myself you could try the automap package I wrote for my PhD. 
It provides a means of automatically performing kriging (in my view 
superior to IDW, for example it takes clustering of observations into 
account; it provides an estimate of prediction uncertainty). The package 
is not yet available from CRAN, but the latest version can be downloaded 
from my website:

http://intamap.geo.uu.nl/~paul/Downloads.html

There is a .zip binary file for Windows and a .tar.gz file for Linux. 
After loading the package, the command demo(automap) will give you a 
good impression of the package. Any feedback on the documentation and 
structure of the package is most welcome.

cheers,
Paul