Flow Direction D-infinity

ToolBox Implementation .NET Implementation
Generates a Flow Direction raster in which each cells represents the direction of flow for this cell in the DEM using the D-infinity method.

Inputs:

Outputs:

Notes:

An example of Flow Direction D-infinity output.

ToolBox implementation

Command line syntax

ETS_GPFlowDirectionDinf <Input DEM Raster> <Out Flow Direction Raster>

Parameters

Expression Explanation
<Input DEM Raster> DEM raster layer or raster dataset
<Out Flow Direction Raster> A String - the full name of the output raster (A raster with the same full name should not exist). The output raster type depends on the extension of the output file(see Notes above)

Examples:

Scripting syntax

ETS_GPFlowDirectionDinf (Input DEM Raster, Out  Flow Direction Raster)

See the explanations above:
<> - required parameter
{} - optional parameter

 

.NET implementation
(Go to TOP)

FlowDirectionDinf (demRasterDataset As IRasterDataset2, sOutRaster As String) As IRasterDataset2

Reference:

Tarboton, D. G., (1997), "A New Method for the Determination of Flow Directions and Contributing Areas in Grid Digital Elevation Models", Water Resources Research, 33(2): 309-319

Copyright © Ianko Tchoukanski