Template:D8 Flow Accumulation: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 10: Line 10:
====Output parameters====
====Output parameters====
*''Output raster file'' – Enter the name for the new generated grid.
*''Output raster file'' – Enter the name for the new generated grid.
*''Output type; one of 'cells' (default), 'catchment area', and 'specific contributing area''' – Select the type of grid you want to be generated.
*''Output type; one of 'cells' (default), 'catchment area', and 'specific contributing area''' – allows you to specify the form of the flow accumulation grid, choosing between 'cells' (the default, showing the number of inflowing cells), 'catchment area' (the total upslope area), or 'specific contributing area' (catchment area divided by flow width).
*''Optional flag to request the output be log-transformed'' – adjusts the output flow accumulation grid by applying the natural logarithm to the values, which helps improve the visualization of flow distribution.
*''Optional flag to request clipping the display max by 1%'' – limits the highest 1% of flow accumulation values in the output grid, enhancing the visualization by preventing extremely high values from dominating the display.
*''Is the input raster a D8 flow pointer rather than a DEM?'' – specifies whether the provided raster is a D8 flow pointer instead of a Digital Elevation Model (DEM).
*''Input D8 pointer uses the ESRI style scheme'' – affects how flow direction is interpreted and should be specified if the pointer does not use the default WhiteboxTools scheme.


====Current Location in toolbox====  
====Current Location in toolbox====  

Revision as of 06:56, 29 August 2024


D8 Flow Accumulation

This tool generates a flow accumulation grid that shows how much water flows through each part of a landscape. It uses the D8 algorithm, which directs water from each cell to only one neighboring cell that is lower down.

Input parameters

  • Input raster DEM or D8 pointer file – Select the file that will be generated into a grid.

Output parameters

  • Output raster file – Enter the name for the new generated grid.
  • Output type; one of 'cells' (default), 'catchment area', and 'specific contributing area' – allows you to specify the form of the flow accumulation grid, choosing between 'cells' (the default, showing the number of inflowing cells), 'catchment area' (the total upslope area), or 'specific contributing area' (catchment area divided by flow width).
  • Optional flag to request the output be log-transformed – adjusts the output flow accumulation grid by applying the natural logarithm to the values, which helps improve the visualization of flow distribution.
  • Optional flag to request clipping the display max by 1% – limits the highest 1% of flow accumulation values in the output grid, enhancing the visualization by preventing extremely high values from dominating the display.
  • Is the input raster a D8 flow pointer rather than a DEM? – specifies whether the provided raster is a D8 flow pointer instead of a Digital Elevation Model (DEM).
  • Input D8 pointer uses the ESRI style scheme – affects how flow direction is interpreted and should be specified if the pointer does not use the default WhiteboxTools scheme.

Current Location in toolbox

Rasters/D8 Flow Accumulation