Generates contours from provided image service. User can specify contour interval and starting elevation. Processing extent must be specified 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 Limit Polygon | Required | Input | Feature Set | Input specifying area of interest (polygon) for which to create contours. |
| Input Image Service URL | Required | Input | String | URL of the image service to use as elevation surface for which contour lines will be constructed. The methodology produces best results on high-quality (resolution) elevation surface. |
| Contour Interval | Required | Input | Double | Number in elevation vertical units defining interval between the contour lines. |
| Output Contour Feature Class | Required | Output | Feature Class | Output feature class where contour lines will be stored. |
| Base Contour Elevation | Optional | Input | String | Starting contour elevation. |
| Remove Short Contour | 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. |