Skip to main content

Calculate Preconfigured Watershed Characteristics

Description

Calculates user specified attribute(s) by applying statistics on user provided characteristics raster(s). One or multiple characteristics can be computed in a single run. The tool uses Arc Hydro derived watershed polygon and raster layers as inputs.

User provides field name of the output attribute and raster to be used for calculations and the statistics to be used. Following statistics are supported: Mean, Maximum, Minimum, Range, Sum, Count (number of cells) and Standard Deviation.

Usage

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
Input Watershed Feature ClassRequiredInputFeature LayerWatershed polygon feature layer or feature class.
Load From Configure FileOptionalInputText FileA text file saving pre-configured (saved) parameters for computation. Below shows the content of an example of a pre-configured file:

FMIN fillgrid10 MINIMUM;FMAX fillgrid10 MAXIMUM;FCNT fillgrid10 COUNT;FSTD fillgrid10 STD;FRANGE fillgrid10 RANGE;FMean fillgrid10 MEAN