Module: 09: Extended neighbourhoods - catchment areas (recursive)
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Description
Extended Neighbourhoods - Use recursive function calls for catchment area calculations.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
Parameters
NameTypeIdentifierDescriptionConstraints
Input
Elevation grid Grid (input)ELEVATIONThis must be your input data of type grid.
Output
Catchment areaGrid (output)AREAThis will contain your output data of type grid.