Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 584 Bytes

flowpathlength.rst

File metadata and controls

37 lines (24 loc) · 584 Bytes

FLOW PATH LENGTH

Description

Parameters

  • Elevation[Raster]:
  • Seeds[Raster]:
  • Seeds Only[Boolean]:
  • Flow Routing Algorithm[Selection]:
  • Convergence (FD8)[Number]:

Outputs

  • Flow Path Length[Raster]:

See also

Console usage

sextante.runalg('saga:flowpathlength', elevation, seed, seeds_only, method, convergence, length)

Available options for selection parameters:

method(Flow Routing Algorithm)
        0 - [0] Deterministic 8 (D8)
        1 - [1] Multiple Flow Direction (FD8)