Generates contours from Digital Elevation Model (DEM) raster data. User can specify contour interval and starting elevation and optionally limit the processing extent to an area of interest using a limit polygon. Contours are post-processed to enhance readability.
The post-processing methodology is based on workflows designed for the National Resource Conservation Service (NRCS) National Enterprise Elevation Project (NEEP) and includes:
The methodology produces best results on high-quality (resolution) DEMs.
| Parameter Name | Type | Direction | Data Type | Dialog Reference |
|---|---|---|---|---|
| Input DEM Raster | Required | Input | Raster Layer | Raster dataset/raster layer for which contour lines will be constructed. The methodology produces best results on high-quality (resolution) DEMs. |
| Contour Interval | Required | Input | Double | Number in DEM vertical units defining interval between the contour lines. |
| Output Contour Feature Class | Required | Output | Feature Class | Output feature classes hosting the constructed contour lines. |
| Base Contour Elevation | Optional | Input | Double | Starting contour elevation. |
| Input Limit Polygon | Optional | Input | Feature Set | AOI - Defines the area within which the contour lines will be constructed. |
| Remove Short Contours | Optional | Input | Linear Unit | Length of short contours that will be removed. If greater than 0, any contours with length less than provided value will be removed. If set to 0, no contours will be removed.If Remove_Short_Contour=0, all the resulting contour lines will be kept.There is no python reference for this parameter. |