Compute elevation map from sites using default parameters. The sites file has only
one FP attribute - elevation:
Compare the results
Elevation
Curvature
a) RST defaults, b) RST smoothed, c) Topogrid
See
Notes on spatial interpolation for equations and examples of
how the function works
See
Notes on Topographic Analysis for examples of slope, aspect and curvature output.
or use R-STATS or GSTAT for geostatistical approaches
Raster to sites:
See
GRASS manual for detailed description of commands
Sites to raster
s.surf.rst mysites elev=dem
Compute elevation and topographic parameters (slope, aspect and curvatures) from
a multiattribute site file (7th attribute is elevation), using default parameters
s.surf.rst chgreendtm elev=elrst20ft.def field=7 slo=slrst20ft.def asp=asprst20ft.def pcu=pcrst20ft.def tcu=tcrst20ft.def
Lower tension and increase smoothing to reduce noise and extract larger features
with curvature
s.surf.rst -t chgreendtm elev=elrst20ft.t50 ten=50 field=7 smo=0.6 slo=slrst20ft.t50 asp=asprst20ft.t50 pcu=pcrst20ft.t50 tcu=tcrst20ft.t50
Note - this is equivalent to running it without -t and tension=30
dem defaults
dem smoothed
dem topogrid
a
b
c
s.surf.idw
s.to.rast
r.to.sites
r.random