Create Manning table in the HEC-GeoRAS format from cross-section and land use feature classes. Mannings N values are defined as a field in the input land use table.
Input layers need to have the following fields populated:
2D Cross-sections:
Land Use:
While the land use polygon feature class must have a field with n values, that field name is not hard-coded and will not be checked for before the tool is run. User will be able to select which field to use for n-value extraction through user interface. This enables the same polygon feature class to have multiple value fields representing different n-value alternatives.
The output table will have the following fields:
| Direction | Type | Parameter Name | Data Type | Dialog Reference |
|---|---|---|---|---|
| Input | Required | Input 2D Cross Section Feature Class | GPFeatureLayer | Cut line feature class (2D cross-section). It must have HydroID correctly populated. |
| Input | Required | Input Landuse Feature Class | GPFeatureLayer | Land use polygon feature class. It must have required attributes correctly populated. |
| Input | Required | Input Manning's N Value Field | Field | Field in the land use polygon feature class containing roughness coefficient for that polygon. Field has to be of a non-integer number type. |
| Output | Required | Output Manning's N Table | GPTableView | Table with roughness coefficient values per cut line. |