sites to raster conversion
Darrell McCauley
mccauley at ecn.purdue.edu
Tue Feb 23 12:58:33 EST 1993
Agustin Lobo (lobo at Jasper.Stanford.EDU ) writes on 22 Feb 93:
>Is there any way to convert a sites file to a raster using a
>NON-INTERACTIVE program in grass4.0? I know I can use s.menu or
>d.rast.edit, but those are interactive and I have to include this
>conversion in an script file.
>Agus
With interpolation:
's.surf.tps'
's.surf.idw'
For isochor maps (no interpolation):
's.voronoi -l sites=file vect=file; v.to.rast i=file o=file'
More information about the grass-user
mailing list