[STATSGRASS] Grass link to Gstat
Agustin Lobo
alobo at ija.csic.es
Tue Apr 1 08:16:55 EST 2003
Great! thanks. I've downloaded http://gstat.geog.uu.nl/bin/gstat-2.4.2.tar.gz
and configured with:
./configure --with-grass --with-netcdf=/usr/local/netcdf-3.5.0
--without-gdal
then make;make install;make install -n
And now it works with raster layers. I've tested
with an small one (50 x 100), now I'm testing a large
one (1000 x 1000).
Is it possible to save the variogram from
within gstat -i and not just displaying it?
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
On Tue, 1 Apr 2003, Edzer J. Pebesma wrote:
> Agustin Lobo wrote:
> >
> > I've been succesful to get a variogram from
> > a sites file, but not from a raster file.
> > I do:
> > GRASS:~/grass/gavarres_gis/h21/cell > gstat -i
> >
> > and then:
> > 1. Select
> > 2. Choose identifier or enter new one []: a
> > (where a is just a dummy name)
> > 3.Enter data file name [] : test
> > (where test is a raster file in $LOCATION/cell
> > 4.Enter variable column number [0]:
> > (I let it to be 0 as I don't know what to input, this
> > is a raster file, not an x,y,(z),value file)
> > 5. Hit return for Log transf. and for Average dups.
> >
> > and the program quits with no comment or clue.
> >
> > I'm sure I'm doing something wrong,
> > but what? how can I actually tell gstats
> > that my file is a raster file and not a sites file?
> >
> I see what you mean -- gstat usually reads (point) data
> from both lists or from maps, but the grass version does
> not; the actual error message is hidden when the interactive
> user interfaces jumps back to normal screen.
>
> One solution is to convert your raster data to a sites
> list. The other solution is downloading gstat-2.4.2
> sources (now on gstat.org) which tries to do so; but
> please configure with:
>
> ./configure --with-grass --without-gdal
>
> as current, highly experimental, gdal support still seems
> to mess things up.
> --
> Edzer
>
> _______________________________________________
> statsgrass mailing list
> statsgrass at grass.itc.it
> http://grass.itc.it/mailman/listinfo/statsgrass
>
More information about the grass-stats
mailing list