Burn Lines into DEM
Description
Burns lines into a DEM for breaching dams and road segments at known culvert locations.
Usage
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|
Input Line Feature Class | Required | Input | Feature Set | Input lines feature class used to burn into the DEM. |
Input DEM Raster | Required | Input | Raster Layer | Input DEM raster that will be burnt in. |
Burn Method | Optional | Input | String | Interpolate (Default)Takes the from and to vertex of the input line feature class and retrieves their underlying DEM elevation values. Once elevation is know at the start and end point of the line, the tool creates a slope and interpolates elevation based on the slope, burning it into the output DEM raster.MinimumFinds the minimum cell value of the DEM underneath the input line feature class and burns that value into the output DEM for all cells that are underneath the line.MaximumFinds the maximum cell value of the DEM underneath the input line feature class and burns that value into the output DEM for all cells that are underneath the line.MeanCalculates a mean value from all cell values of the DEM underneath the input line feature class and burns that value into the output DEM for all cells that are underneath the line. |
Output DEM Raster | Required | Output | Raster Layer | Output DEM raster with the line feature class burned into it. |