Fwd: [Gstat-info] help with Gstat
Edzer J. Pebesma
e.pebesma at geo.uu.nl
Tue Mar 14 15:36:12 CET 2006
Ana Amorim wrote:
>
>
> I've used the sk_mean of the the mean of the indicator transformed
> values as you corrected me with this command file:
>
> data(i11): 'dicator.txt', x=1, y=2, v=3, I=11, sk_mean = 0.9000;
> data(i30): 'dicator.txt', x=1, y=2, v=3, I=30, sk_mean = 0.7273;
> data(i89): 'dicator.txt', x=1, y=2, v=3, I=89, sk_mean = 0.1909;
>
> variogram(i11): 0 Nug(0) + 1.3787 Sph(250000);
> variogram(i30): 0 Nug(0) + 3.3026 Sph(250000);
> variogram(i89): 0 Nug(0) + 7.1676 Sph(250000);
>
> mask: 'srtm.txt';
>
> set order = 4;
>
> predictions(i11): 'i11pr3';
> predictions(i30): 'i30pr3';
> predictions(i89): 'i89pr3';
>
> and still have the results 1 or 0 .... ???? what's wrong now? is it
> the set order?
gstat -d 64 command_file
will give you debug output about the order relation correction applied.
use -l logfile to write it to file.
HTH,
--
Edzer
More information about the Gstat-info
mailing list