Create Thalweg and HAND Base Structures
Description
Create Sink polygons and sink points at the location of input point structures associated to from point of lines. Line structures such as aquifer or culvert transport the water but do not have a contributing area. Creating structures sinks at the start of the line structures ensure that the water accumulates at the beginning of the structures. Tool offers 3 options to create the structure sink points and polygons features:
Option 0: create sinks at the end of the Drainage Line features having NextDownID=-1.
Option 1: create sinks at the from point of the Drainage Lines of type structure that are:
- either connected to at least one upstream Drainage Line that is not a line structure.
- or are not connected to any upstream (structure or not) Drainage Line feature.
Line of type structures are defined as Drainage Line features having the field StructType populated with 'Aquifer', 'Culvert' or 'Siphon'. These values are read from the node ApFunction(CreateSinkPolygon)/StrucTypes in the configuration file AHPyConfig.xml located in the ArcGIS\Desktop10.x\ArcToolbox\Scripts\ArcHydro directory.
<\ApFunction Name="CreateSinkPolygon">
<\StructTypes>Culvert,Siphon,Aqueduct<\/StructTypes> <\/ApFunctionOption 2: same as Option 1 but defining the line structures using a different input line feature class. The field StrucType is not needed as all features in that feature class will be considered as structures.
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input Reference DEM Raster | Required | Input | Raster Layer | . |
Input Drainage Line Feature Class | Required | Input | Feature Layer | |
Input Maximum Stream Width | Required | Input | Linear Unit | |
Output Stream Buffer Feature Class | Required | Output | Feature Layer | |
Output Vertex Points Feature Class | Required | Output | Feature Layer | |
Output Thalweg DEM Raster | Required | Output | Raster Layer | |
Output Thalweg Densified Raster | Required | Output | Raster Layer | |
Output Vertex Source Raster | Required | Output | Raster Layer | |
Output Zonal Raster | Required | Output | Raster Layer | |
Output Zonal Minimum Raster | Required | Output | Raster Layer | |
Output Zonal Distance Raster | Required | Output | Raster Layer | |
Output Unit Run Raster | Required | Output | Raster Layer |