This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -x | |
############################################################################ | |
# | |
# MODULE: r.hillshade.multi | |
# | |
# AUTHOR(S): Emmanuel Sambale [email protected] [email protected] | |
# with comments and improvement from the GRASS user mailing list. | |
# | |
# PURPOSE: Creates a multidirectional, oblique-weighted, shaded-relief image | |
# from an input DEM image. Original ARC 6.0.1 GRID procedure was |