Template:Contours from Single Raster Value: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
===Contours from Single Raster Value===
===Contours from Single Raster Value===
<!--====Tool description====-->
<!--====Tool description====-->
This tool converts a single raster value, such as a DEM, into a vector contour coverage. Users can specify the contour interval and optionally the base contour value.  
The ''Contours from Single Raster'' tool converts a single raster value, such as a DEM, into a vector contour coverage. Users can specify the contour interval and optionally the base contour value.  


====Input parameters====
====Input parameters====
*''Input surface raster file'' &ndash; Select the file that will be modified.
*''Input surface raster file'' &ndash; Select the file that will be modified.
*''Base contour height'' &ndash; Specifies the elevation level at which the first contour line will be drawn.
*''Smoothing filter size (in num. points), e.g. 3, 5, 7, 9, 11'' &ndash; Defines the size of the mean filter applied to the contour vertices, with the size specified as an odd integer like 3, 5, 7, 9, or 11.
*''Tolerance factor, in degrees (0-45); determines generalization level'' &ndash; Controls the level of contour line generalization by setting the minimum angular deflection required to keep vertices.


====Output parameters====
====Output parameters====
*''Output contour coverage'' &ndash; Enter the name for the new generated coverage.
*''Output contour coverage'' &ndash; Enter the name for the new generated coverage.
*''Base contour height'' &ndash; Specifies the elevation level at which the first contour line will be drawn.
*''Smoothing filter size (in num. points), e.g. 3, 5, 7, 9, 11'' &ndash; Defines the size of the mean filter applied to the contour vertices, with the size specified as an odd integer like 3, 5, 7, 9, or 11.
*''Tolerance factor, in degrees (0-45); determines generalization level'' &ndash; Controls the level of contour line generalization by setting the minimum angular deflection required to keep vertices.


====Current Location in toolbox====  
====Current Location in toolbox====  
Line 18: Line 18:


====Related Links====
====Related Links====
*[https://www.whiteboxgeo.com/manual/wbt_book/available_tools/geomorphometric_analysis.html#ContoursFromRaster Contours from Raster]
*[https://www.whiteboxgeo.com/manual/wbt_book/available_tools/geomorphometric_analysis.html#ContoursFromRaster Contours from Raster] Whitebox Documentation
<!--
<!--
====Related Tools====
====Related Tools====

Latest revision as of 19:51, 24 October 2024


Contours from Single Raster Value

The Contours from Single Raster tool converts a single raster value, such as a DEM, into a vector contour coverage. Users can specify the contour interval and optionally the base contour value.

Input parameters

  • Input surface raster file – Select the file that will be modified.
  • Base contour height – Specifies the elevation level at which the first contour line will be drawn.
  • Smoothing filter size (in num. points), e.g. 3, 5, 7, 9, 11 – Defines the size of the mean filter applied to the contour vertices, with the size specified as an odd integer like 3, 5, 7, 9, or 11.
  • Tolerance factor, in degrees (0-45); determines generalization level – Controls the level of contour line generalization by setting the minimum angular deflection required to keep vertices.

Output parameters

  • Output contour coverage – Enter the name for the new generated coverage.

Current Location in toolbox

Coverages/Contours from Single Raster Value

Related Links