Create UpDown Table
Description
Generates "UpDown" (connectivity) table that identifies upstream and downstream connected linear features (via HydroIDs) Output table name is fixed and is a concatenation of the input drainage line name and suffix "_UpDown". It is placed in the same geodatabase where the input sources reside. The output table has the following attributes:
- FeatureID – HydroID of the input line feature.
- ConnID – HydroID of the connected linear features (excluding the feature itself).
- UpDownType – "Down" indicates downstream feature and "Up" upstream feature.
- Flow split table is a required input for this function and must correspond to the input drainage line feature class (can be created using Find Next Downstream Line function).
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input Drainage Line | Required | Input | Feature Layer | Line feature class for which to create up/down (connectivity) table. It must have HydroID and NextDownID attributes populated |
Input Flow Split Table | Required | Input | Table View | Flow split table associated with the input drainage line feature class. |