GRASS GIS Standardized Sample Datasets
Revision as of 17:47, 25 March 2015 by Wenzeslaus (talk | contribs) (→Example: add NC and Piemonte examples for r.slope.aspect and r.relief)
See Trac wiki page for the development of the dataset.
List of datasets
Examples
Computing slope and aspect
Compute slope, aspect and profile curvature of the terrain:
g.region raster=elevation r.slope.aspect elevation=elevation slope=slope aspect=aspect pcurvature=profile_curvature
Visualizing shaded relief
Visualize digital elevation model with shaded relief:
g.region raster=elevation r.relief input=elevation output=shade d.shade shade=shade color=elevation