Module: 05: Direct neighbours - slope and aspect
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Name | Type | Identifier | Description | Constraints |
---|---|---|---|---|
Input | ||||
Input grid | Grid (input) | ELEVATION | This must be your input data of type grid. | |
Output | ||||
Slope | Grid (output) | SLOPE | This will contain your output data of type grid. | |
Aspect | Grid (output) | ASPECT | This will contain your output data of type grid. | |
Options | ||||
Method | Choice | METHOD | Choose a method | Available Choices: [0] Steepest gradient (first version) [1] Steepest gradient (second version) [2] Zevenbergen & Thorne |