Re: [R-sig-Geo] Linear interp irregular samples to irregular points

2007-06-05 Thread Tim Keitt
Ah, you are right. I misread the interpp help and thought it only output a regular grid. That will do the trick. Thanks. THK On 6/5/07, Miha Staut <[EMAIL PROTECTED]> wrote: > What about interpp in akima package that does pointwise bivariate > interpolation > for irregular data? Was that what yo

Re: [R-sig-Geo] Linear interp irregular samples to irregular points

2007-06-05 Thread Tim Keitt
Tps() is great -- I've been using it. I suppose I could use it for this problem too by setting the curvature penalty to zero (forcing it to interpolate). The interpp a la Miha suggestion I think will be better for what I want. THK On 6/5/07, Roger Bivand <[EMAIL PROTECTED]> wrote: > On Tue, 5 Jun

Re: [R-sig-Geo] Linear interp irregular samples to irregular points

2007-06-05 Thread Miha Staut
What about interpp in akima package that does pointwise bivariate interpolation for irregular data? Was that what you wanted? All best Miha --- Tim Keitt <[EMAIL PROTECTED]> wrote: > Anyone know of code that will do bilinear interpolation from irregular > samples to another set of irregular loc

Re: [R-sig-Geo] Linear interp irregular samples to irregular points

2007-06-05 Thread Roger Bivand
On Tue, 5 Jun 2007, Tim Keitt wrote: > Anyone know of code that will do bilinear interpolation from irregular > samples to another set of irregular locations (including points > possibly outside the convex hull of the original points)? Akima > interpolates to a regular grid AFAICT. I did find one

[R-sig-Geo] Linear interp irregular samples to irregular points

2007-06-05 Thread Tim Keitt
Anyone know of code that will do bilinear interpolation from irregular samples to another set of irregular locations (including points possibly outside the convex hull of the original points)? Akima interpolates to a regular grid AFAICT. I did find one package on CRAN that does this will splines, b

Re: [R-sig-Geo] gridding

2007-06-05 Thread Edzer J. Pebesma
Thomas, I have seen this error from package gstat before but find it hard to guess what caused it without looking over your shoulder. Please send the script that led to the error. -- Edzer Thomas Szegvary wrote: > Hi there > > I have problems using krige(). I want to do ordinary kriging, but al

Re: [R-sig-Geo] SpatialPixels - other implementations?

2007-06-05 Thread Roger Bivand
On Tue, 5 Jun 2007, Michael Sumner wrote: > Hello, > > I'm interested in the origin of the idea behind sp's SpatialPixels. > What other software/s implement this concept, of storing a sparse grid > of pixels? Directly from the Cells object in Terralib: http://www.terralib.org/docs/v313/datamod

[R-sig-Geo] gridding

2007-06-05 Thread Thomas Szegvary
Hi there I have problems using krige(). I want to do ordinary kriging, but always have the problem of "dimensions do not match: locations 1956 and data 141". Dim(mygrid) returns NULL. Is that supposed to be? I guess not, therefore I must have made mistakes making my grid -> I want to use an ESRI s

[R-sig-Geo] SpatialPixels - other implementations?

2007-06-05 Thread Michael Sumner
Hello, I'm interested in the origin of the idea behind sp's SpatialPixels. What other software/s implement this concept, of storing a sparse grid of pixels? I'm aware of the SparseMatrix in R, and I haven't explored that thread - are there specifically GIS implementations of this idea? Cheers,