d.shadedmap.html 827 B

1234567891011121314151617181920212223242526272829303132333435
  1. <h2>DESCRIPTION</h2>
  2. <em>d.shadedmap</em> will drape a color raster map over a shaded relief map.
  3. <h2>NOTES</h2>
  4. refer to the <em>d.his</em> help page for more details; <em>d.shadedmap</em>
  5. is simply a frontend to that module.
  6. <h2>EXAMPLE</h2>
  7. In this example, the aspect map in the North Carolina sample
  8. dataset location is used to hillshade the elevation map:
  9. <div class="code"><pre>
  10. g.region rast=aspect -p
  11. d.shadedmap reliefmap=aspect drapemap=elevation
  12. </pre></div>
  13. <h2>SEE ALSO</h2>
  14. <em>
  15. <a href="d.his.html">d.his</a>,
  16. <a href="g.pnmcomp.html">g.pnmcomp</a>,
  17. <a href="wxGUI.nviz.html">wxGUI 3D viewer</a>,
  18. <a href="r.slope.aspect.html">r.slope.aspect</a>,
  19. <a href="r.shaded.relief.html">r.shaded.relief</a>
  20. </em>
  21. <h2>AUTHORS</h2>
  22. Unknown; updated to GRASS 5.7 by Michael Barton
  23. <p><i>Last changed: $Date$</i>