Simple ToPCAT Roughness Tool

The Simple ToPCAT Roughness Tool takes in a raw point cloud file as input and outputs a surface roughness raster. To do this it leverages ToPCAT to decimate the point cloud file and calculate the locally detrended standard deviation based on the elevation values in the user defined sample window and minimum points to calculate statistics. 

The output surface roughness model can be used as i) a roughness height model, ii) a metric of uncertainty (where roughness is predominant component of uncertainty), and/or iii) an input to a fuzzy inference system surface uncertainty model (e.g. in GCD).
The Simple ToPCAT Roughess Tool is located under the Uncertainty Analysis menu and further the Roughness Analysis menu:


When the Simple ToPCAT Roughness tool is run, the following dialog appears:


INPUTS:

The inputs for this tool are:
  • raw point cloud
    • formatted into space delimited columns of x,y,z.
  • X and Y sample window dimensions
    • Dimensions in units of the raw survey file to define the size of the sample window used to calculate statistics from.
  • Minimum number of points in sample window to calculate statistics
    • To calculate many of its output statistics multiple points are needed within a sample window. The default minimum number is 4 points.
  • spatial reference (optional)
    • can be in the form of a .prj file or you can load an existing shapefile that contains a spatial reference and that spatial reference will be imported.

OUTPUTS:

The outputs for the tool are:
  • Surface Roughness Raster
    • raster whose values are the locally detrended standard deviation of the cell.


Comments