Edzer J. Pebesma
Sat, 30 Aug 2003 08:21:45 +0000
No; gstat follows specifications of each variable separately.Hi, I have two questions regarding Gstat, hope somebody can help...of
1) What happens if you are in multiple mode (i.e. many variables and
variograms are defined) but each variable has a different search
neighbourhood (i.e.min, max, radius)? Does it just take the neighbourhood
the first variable?
They should be, unless you use sequential simulation (which takes a random path by
2) I am trying to krige at non-gridded point locations defined in a text file. So I use something like:
[...] data(): 'xyz.txt', x=1, y=2, v=3; set output = 'pred.txt' ;
One of the problems I get is that the predictions in the pred.txt file are not in the same order
Add a command like:as the xyz.txt file. Also, my coordinates are in UTM and they are all cutto
~6 digits in the pred.txt file. I was also expecting the third column ofthe
pred.txt file to be the third column of the xyz.txt file but it's just a repeat of the fourth column.
So I cannot use results from the pred.txt file because many of the coordinates are the same due to the lack of precision and identifiers are absent.