Index of Tools

  1. AbsoluteValue: Calculates the absolute value of every cell in a raster. Found in Math and Stats Tools.

  2. AccumulationCurvature: This tool calculates accumulation curvature from an input DEM. Found in Geomorphometric Analysis.

  3. AdaptiveFilter: Performs an adaptive filter on an image. Found in Image Processing Tools → Filters.

  4. AddPointCoordinatesToTable: Modifies the attribute table of a point vector by adding fields containing each point's X and Y coordinates. Found in Data Tools.

  5. Add: Performs an addition operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  6. AggregateRaster: Aggregates a raster to a lower resolution. Found in GIS Analysis.

  7. And: Performs a logical AND operator on two Boolean raster images. Found in Math and Stats Tools.

  8. Anova: Performs an analysis of variance (ANOVA) test on a raster dataset. Found in Math and Stats Tools.

  9. ArcCos: Returns the inverse cosine (arccos) of each values in a raster. Found in Math and Stats Tools.

  10. ArcSin: Returns the inverse sine (arcsin) of each values in a raster. Found in Math and Stats Tools.

  11. ArcTan: Returns the inverse tangent (arctan) of each values in a raster. Found in Math and Stats Tools.

  12. Arcosh: Returns the inverse hyperbolic cosine (arcosh) of each values in a raster. Found in Math and Stats Tools.

  13. Arsinh: Returns the inverse hyperbolic sine (arsinh) of each values in a raster. Found in Math and Stats Tools.

  14. Artanh: Returns the inverse hyperbolic tangent (arctanh) of each values in a raster. Found in Math and Stats Tools.

  15. AsciiToLas: Converts one or more ASCII files containing LiDAR points into LAS files. Found in LiDAR Tools.

  16. Aspect: Calculates an aspect raster from an input DEM. Found in Geomorphometric Analysis.

  17. AssessRoute: This tool assesses a route for slope, elevation, and visibility variation. Found in Geomorphometric Analysis.

  18. Atan2: Returns the 2-argument inverse tangent (atan2). Found in Math and Stats Tools.

  19. AttributeCorrelationNeighbourhoodAnalysis: Performs a correlation on two input vector attributes within a neighbourhood search windows. Found in Math and Stats Tools.

  20. AttributeCorrelation: Performs a correlation analysis on attribute fields from a vector database. Found in Math and Stats Tools.

  21. AttributeHistogram: Creates a histogram for the field values of a vector's attribute table. Found in Math and Stats Tools.

  22. AttributeScattergram: Creates a scattergram for two field values of a vector's attribute table. Found in Math and Stats Tools.

  23. AverageFlowpathSlope: Measures the average slope gradient from each grid cell to all upslope divide cells. Found in Hydrological Analysis.

  24. AverageNormalVectorAngularDeviation: Calculates the circular variance of aspect at a scale for a DEM. Found in Geomorphometric Analysis.

  25. AverageOverlay: Calculates the average for each grid cell from a group of raster images. Found in GIS Analysis → Overlay Tools.

  26. AverageUpslopeFlowpathLength: Measures the average length of all upslope flowpaths draining each grid cell. Found in Hydrological Analysis.

  27. BalanceContrastEnhancement: Performs a balance contrast enhancement on a colour-composite image of multispectral data. Found in Image Processing Tools → Image Enhancement.

  28. Basins: Identifies drainage basins that drain to the DEM edge. Found in Hydrological Analysis.

  29. BilateralFilter: A bilateral filter is an edge-preserving smoothing filter introduced by Tomasi and Manduchi (1998). Found in Image Processing Tools → Filters.

  30. BlockMaximumGridding: Creates a raster grid based on a set of vector points and assigns grid values using a block maximum scheme. Found in GIS Analysis.

  31. BlockMinimumGridding: Creates a raster grid based on a set of vector points and assigns grid values using a block minimum scheme. Found in GIS Analysis.

  32. BoundaryShapeComplexity: Calculates the complexity of the boundaries of raster polygons. Found in GIS Analysis → Patch Shape Tools.

  33. BreachDepressionsLeastCost: Breaches the depressions in a DEM using a least-cost pathway method. Found in Hydrological Analysis.

  34. BreachDepressions: Breaches all of the depressions in a DEM using Lindsay's (2016) algorithm. This should be preferred over depression filling in most cases. Found in Hydrological Analysis.

  35. BreachSingleCellPits: Removes single-cell pits from an input DEM by breaching. Found in Hydrological Analysis.

  36. BreaklineMapping: This tool maps breaklines from an input DEM. Found in Geomorphometric Analysis.

  37. BufferRaster: Maps a distance-based buffer around each non-background (non-zero/non-nodata) grid cell in an input image. Found in GIS Analysis → Distance Tools.

  38. BurnStreamsAtRoads: Burns-in streams at the sites of road embankments. Found in Hydrological Analysis.

  39. CannyEdgeDetection: This tool performs a Canny edge-detection filter on an input image. Found in Image Processing Tools → Filters.

  40. Ceil: Returns the smallest (closest to negative infinity) value that is greater than or equal to the values in a raster. Found in Math and Stats Tools.

  41. CentroidVector: Identifies the centroid point of a vector polyline or polygon feature or a group of vector points. Found in GIS Analysis.

  42. Centroid: Calculates the centroid, or average location, of raster polygon objects. Found in GIS Analysis.

  43. ChangeVectorAnalysis: Performs a change vector analysis on a two-date multi-spectral dataset. Found in Image Processing Tools.

  44. CircularVarianceOfAspect: Calculates the circular variance of aspect at a scale for a DEM. Found in Geomorphometric Analysis.

  45. ClassifyBuildingsInLidar: Reclassifies a LiDAR points that lie within vector building footprints. Found in LiDAR Tools.

  46. ClassifyLidar: Classify points within a LiDAR point cloud based on point properties. Found in LiDAR Tools.

  47. ClassifyOverlapPoints: Classifies or filters LAS points in regions of overlapping flight lines. Found in LiDAR Tools.

  48. CleanVector: Removes null features and lines/polygons with fewer than the required number of vertices. Found in Data Tools.

  49. ClipLidarToPolygon: Clips a LiDAR point cloud to a vector polygon or polygons. Found in LiDAR Tools.

  50. ClipRasterToPolygon: Clips a raster to a vector polygon. Found in GIS Analysis → Overlay Tools.

  51. Clip: Extract all the features, or parts of features, that overlap with the features of the clip vector. Found in GIS Analysis → Overlay Tools.

  52. Closing: A closing is a mathematical morphology operation involving an erosion (min filter) of a dilation (max filter) set. Found in Image Processing Tools.

  53. Clump: Groups cells that form discrete areas, assigning them unique identifiers. Found in GIS Analysis.

  54. ColourizeBasedOnClass: Sets the RGB values of a LiDAR point cloud based on the point classification values. Found in LiDAR Tools.

  55. ColourizeBasedOnPointReturns: Sets the RGB values of a LiDAR point cloud based on the point returns. Found in LiDAR Tools.

  56. CompactnessRatio: Calculates the compactness ratio (A/P), a measure of shape complexity, for vector polygons. Found in GIS Analysis → Patch Shape Tools.

  57. ConditionalEvaluation: Performs a conditional evaluation (if-then-else) operation on a raster. Found in Math and Stats Tools.

  58. ConditionedLatinHypercube: Implements conditioned Latin Hypercube sampling. Found in Math and Stats Tools.

  59. ConservativeSmoothingFilter: Performs a conservative-smoothing filter on an image. Found in Image Processing Tools → Filters.

  60. ConstructVectorTin: Creates a vector triangular irregular network (TIN) for a set of vector points. Found in GIS Analysis.

  61. ContoursFromPoints: Creates a contour coverage from a set of input points. Found in Geomorphometric Analysis.

  62. ContoursFromRaster: Derives a vector contour coverage from a raster surface. Found in Geomorphometric Analysis.

  63. ConvertNodataToZero: Converts nodata values in a raster to zero. Found in Data Tools.

  64. ConvertRasterFormat: Converts raster data from one format to another. Found in Data Tools.

  65. CornerDetection: Identifies corner patterns in boolean images using hit-and-miss pattern matching. Found in Image Processing Tools → Filters.

  66. CorrectVignetting: Corrects the darkening of images towards corners. Found in Image Processing Tools → Image Enhancement.

  67. Cos: Returns the cosine (cos) of each values in a raster. Found in Math and Stats Tools.

  68. Cosh: Returns the hyperbolic cosine (cosh) of each values in a raster. Found in Math and Stats Tools.

  69. CostAllocation: Identifies the source cell to which each grid cell is connected by a least-cost pathway in a cost-distance analysis. Found in GIS Analysis → Distance Tools.

  70. CostDistance: Performs cost-distance accumulation on a cost surface and a group of source cells. Found in GIS Analysis → Distance Tools.

  71. CostPathway: Performs cost-distance pathway analysis using a series of destination grid cells. Found in GIS Analysis → Distance Tools.

  72. CountIf: Counts the number of occurrences of a specified value in a cell-stack of rasters. Found in GIS Analysis → Overlay Tools.

  73. CreateColourComposite: Creates a colour-composite image from three bands of multispectral imagery. Found in Image Processing Tools.

  74. CreateHexagonalVectorGrid: Creates a hexagonal vector grid. Found in GIS Analysis.

  75. CreatePlane: Creates a raster image based on the equation for a simple plane. Found in GIS Analysis.

  76. CreateRectangularVectorGrid: Creates a rectangular vector grid. Found in GIS Analysis.

  77. CrispnessIndex: Calculates the Crispness Index, which is used to quantify how crisp (or conversely how fuzzy) a probability image is. Found in Math and Stats Tools.

  78. CrossTabulation: Performs a cross-tabulation on two categorical images. Found in Math and Stats Tools.

  79. CsvPointsToVector: Converts a CSV text file to vector points. Found in Data Tools.

  80. CumulativeDistribution: Converts a raster image to its cumulative distribution function. Found in Math and Stats Tools.

  81. Curvedness: This tool calculates curvedness from an input DEM. Found in Geomorphometric Analysis.

  82. D8FlowAccumulation: Calculates a D8 flow accumulation raster from an input DEM or flow pointer. Found in Hydrological Analysis.

  83. D8MassFlux: Performs a D8 mass flux calculation. Found in Hydrological Analysis.

  84. D8Pointer: Calculates a D8 flow pointer raster from an input DEM. Found in Hydrological Analysis.

  85. DInfFlowAccumulation: Calculates a D-infinity flow accumulation raster from an input DEM. Found in Hydrological Analysis.

  86. DInfMassFlux: Performs a D-infinity mass flux calculation. Found in Hydrological Analysis.

  87. DInfPointer: Calculates a D-infinity flow pointer (flow direction) raster from an input DEM. Found in Hydrological Analysis.

  88. Dbscan: Performs a DBSCAN-based unsupervised clustering operation. Found in Machine Learning.

  89. Decrement: Decreases the values of each grid cell in an input raster by 1.0 (see also InPlaceSubtract). Found in Math and Stats Tools.

  90. DemVoidFilling: This tool can be used to fill the void areas of a DEM using another fill DEM data set. Found in Geomorphometric Analysis.

  91. DepthInSink: Measures the depth of sinks (depressions) in a DEM. Found in Hydrological Analysis.

  92. DepthToWater: This tool calculates cartographic depth-to-water (DTW) index. Found in Hydrological Analysis.

  93. DevFromMeanElev: Calculates deviation from mean elevation. Found in Geomorphometric Analysis.

  94. DiffFromMeanElev: Calculates difference from mean elevation (equivalent to a high-pass filter). Found in Geomorphometric Analysis.

  95. DiffOfGaussianFilter: Performs a Difference of Gaussian (DoG) filter on an image. Found in Image Processing Tools → Filters.

  96. DifferenceCurvature: This tool calculates difference curvature from an input DEM. Found in Geomorphometric Analysis.

  97. Difference: Outputs the features that occur in one of the two vector inputs but not both, i.e. no overlapping features. Found in GIS Analysis → Overlay Tools.

  98. DirectDecorrelationStretch: Performs a direct decorrelation stretch enhancement on a colour-composite image of multispectral data. Found in Image Processing Tools → Image Enhancement.

  99. DirectionalRelief: Calculates relief for cells in an input DEM for a specified direction. Found in Geomorphometric Analysis.

  100. Dissolve: Removes the interior, or shared, boundaries within a vector polygon coverage. Found in GIS Analysis.

  101. DistanceToOutlet: Calculates the distance of stream grid cells to the channel network outlet cell. Found in Stream Network Analysis.

  102. DiversityFilter: Assigns each cell in the output grid the number of different values in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  103. Divide: Performs a division operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  104. DownslopeDistanceToStream: Measures distance to the nearest downslope stream cell. Found in Hydrological Analysis.

  105. DownslopeFlowpathLength: Calculates the downslope flowpath length from each cell to basin outlet. Found in Hydrological Analysis.

  106. DownslopeIndex: Calculates the Hjerdt et al. (2004) downslope index. Found in Geomorphometric Analysis.

  107. EdgeContamination: Identifies grid cells within an input DEM that may be impacted by edge contamination for hydrological applications. Found in Hydrological Analysis.

  108. EdgeDensity: Calculates the density of edges, or breaks-in-slope within DEMs. Found in Geomorphometric Analysis.

  109. EdgePreservingMeanFilter: Performs a simple edge-preserving mean filter on an input image. Found in Image Processing Tools → Filters.

  110. EdgeProportion: Calculate the proportion of cells in a raster polygon that are edge cells. Found in GIS Analysis → Patch Shape Tools.

  111. ElevAbovePit: Calculate the elevation of each grid cell above the nearest downstream pit cell or grid edge cell. Found in Geomorphometric Analysis.

  112. ElevPercentile: Calculates the elevation percentile raster from a DEM. Found in Geomorphometric Analysis.

  113. ElevRelativeToMinMax: Calculates the elevation of a location relative to the minimum and maximum elevations in a DEM. Found in Geomorphometric Analysis.

  114. ElevRelativeToWatershedMinMax: Calculates the elevation of a location relative to the minimum and maximum elevations in a watershed. Found in Geomorphometric Analysis.

  115. ElevationAboveStreamEuclidean: Calculates the elevation of cells above the nearest (Euclidean distance) stream cell. Found in Hydrological Analysis.

  116. ElevationAboveStream: Calculates the elevation of cells above the nearest downslope stream cell. Found in Hydrological Analysis.

  117. EliminateCoincidentPoints: Removes any coincident, or nearly coincident, points from a vector points file. Found in GIS Analysis.

  118. ElongationRatio: Calculates the elongation ratio for vector polygons. Found in GIS Analysis → Patch Shape Tools.

  119. EmbankmentMapping: Maps and/or removes road embankments from an input fine-resolution DEM. Found in Geomorphometric Analysis.

  120. EmbossFilter: Performs an emboss filter on an image, similar to a hillshade operation. Found in Image Processing Tools → Filters.

  121. EqualTo: Performs a equal-to comparison operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  122. ErasePolygonFromLidar: Erases (cuts out) a vector polygon or polygons from a LiDAR point cloud. Found in LiDAR Tools.

  123. ErasePolygonFromRaster: Erases (cuts out) a vector polygon from a raster. Found in GIS Analysis → Overlay Tools.

  124. Erase: Removes all the features, or parts of features, that overlap with the features of the erase vector polygon. Found in GIS Analysis → Overlay Tools.

  125. EuclideanAllocation: Assigns grid cells in the output raster the value of the nearest target cell in the input image, measured by the Shih and Wu (2004) Euclidean distance transform. Found in GIS Analysis → Distance Tools.

  126. EuclideanDistance: Calculates the Shih and Wu (2004) Euclidean distance transform. Found in GIS Analysis → Distance Tools.

  127. EvaluateTrainingSites: This tool can be used to inspect the overlap in spectral signatures of training sites for various classes. Found in Image Processing Tools → Classification.

  128. Exp2: Returns the exponential (base 2) of values in a raster. Found in Math and Stats Tools.

  129. Exp: Returns the exponential (base e) of values in a raster. Found in Math and Stats Tools.

  130. ExportTableToCsv: Exports an attribute table to a CSV text file. Found in Data Tools.

  131. ExposureTowardsWindFlux: Evaluates hydrologic connectivity within a DEM Found in Geomorphometric Analysis.

  132. ExtendVectorLines: Extends vector lines by a specified distance. Found in GIS Analysis.

  133. ExtractNodes: Converts vector lines or polygons into vertex points. Found in GIS Analysis.

  134. ExtractRasterValuesAtPoints: Extracts the values of raster(s) at vector point locations. Found in GIS Analysis.

  135. ExtractStreams: Extracts stream grid cells from a flow accumulation raster. Found in Stream Network Analysis.

  136. ExtractValleys: Identifies potential valley bottom grid cells based on local topolography alone. Found in Stream Network Analysis.

  137. FarthestChannelHead: Calculates the distance to the furthest upstream channel head for each stream cell. Found in Stream Network Analysis.

  138. FastAlmostGaussianFilter: Performs a fast approximate Gaussian filter on an image. Found in Image Processing Tools → Filters.

  139. Fd8FlowAccumulation: Calculates an FD8 flow accumulation raster from an input DEM. Found in Hydrological Analysis.

  140. Fd8Pointer: Calculates an FD8 flow pointer raster from an input DEM. Found in Hydrological Analysis.

  141. FeaturePreservingSmoothing: Reduces short-scale variation in an input DEM using a modified Sun et al. (2007) algorithm. Found in Geomorphometric Analysis.

  142. FetchAnalysis: Performs an analysis of fetch or upwind distance to an obstacle. Found in Geomorphometric Analysis.

  143. FillBurn: Burns streams into a DEM using the FillBurn (Saunders, 1999) method. Found in Hydrological Analysis.

  144. FillDepressionsPlanchonAndDarboux: Fills all of the depressions in a DEM using the Planchon and Darboux (2002) method. Found in Hydrological Analysis.

  145. FillDepressionsWangAndLiu: Fills all of the depressions in a DEM using the Wang and Liu (2006) method. Depression breaching should be preferred in most cases. Found in Hydrological Analysis.

  146. FillDepressions: Fills all of the depressions in a DEM. Depression breaching should be preferred in most cases. Found in Hydrological Analysis.

  147. FillMissingData: Fills NoData holes in a DEM. Found in Geomorphometric Analysis.

  148. FillSingleCellPits: Raises pit cells to the elevation of their lowest neighbour. Found in Hydrological Analysis.

  149. FilterLidarClasses: Removes points in a LAS file with certain specified class values. Found in LiDAR Tools.

  150. FilterLidarScanAngles: Removes points in a LAS file with scan angles greater than a threshold. Found in LiDAR Tools.

  151. FilterLidar: Filters points within a LiDAR point cloud based on point properties. Found in LiDAR Tools.

  152. FilterRasterFeaturesByArea: Removes small-area features from a raster. Found in GIS Analysis.

  153. FindFlightlineEdgePoints: Identifies points along a flightline's edge in a LAS file. Found in LiDAR Tools.

  154. FindLowestOrHighestPoints: Locates the lowest and/or highest valued cells in a raster. Found in GIS Analysis.

  155. FindMainStem: Finds the main stem, based on stream lengths, of each stream network. Found in Stream Network Analysis.

  156. FindNoFlowCells: Finds grid cells with no downslope neighbours. Found in Hydrological Analysis.

  157. FindParallelFlow: Finds areas of parallel flow in D8 flow direction rasters. Found in Hydrological Analysis.

  158. FindPatchOrClassEdgeCells: Finds all cells located on the edge of patch or class features. Found in GIS Analysis → Patch Shape Tools.

  159. FindRidges: Identifies potential ridge and peak grid cells. Found in Geomorphometric Analysis.

  160. FixDanglingArcs: This tool fixes undershot and overshot arcs, two common topological errors, in an input vector lines file. Found in Data Tools.

  161. FlattenLakes: Flattens lake polygons in a raster DEM. Found in Hydrological Analysis.

  162. FlightlineOverlap: Reads a LiDAR (LAS) point file and outputs a raster containing the number of overlapping flight-lines in each grid cell. Found in LiDAR Tools.

  163. FlipImage: Reflects an image in the vertical or horizontal axis. Found in Image Processing Tools.

  164. FloodOrder: Assigns each DEM grid cell its order in the sequence of inundations that are encountered during a search starting from the edges, moving inward at increasing elevations. Found in Hydrological Analysis.

  165. Floor: Returns the largest (closest to positive infinity) value that is less than or equal to the values in a raster. Found in Math and Stats Tools.

  166. FlowAccumulationFullWorkflow: Resolves all of the depressions in a DEM, outputting a breached DEM, an aspect-aligned non-divergent flow pointer, and a flow accumulation raster. Found in Hydrological Analysis.

  167. FlowLengthDiff: Calculates the local maximum absolute difference in downslope flowpath length, useful in mapping drainage divides and ridges. Found in Hydrological Analysis.

  168. GammaCorrection: Performs a gamma correction on an input images. Found in Image Processing Tools → Image Enhancement.

  169. GaussianContrastStretch: Performs a Gaussian contrast stretch on input images. Found in Image Processing Tools → Image Enhancement.

  170. GaussianCurvature: Calculates a mean curvature raster from an input DEM. Found in Geomorphometric Analysis.

  171. GaussianFilter: Performs a Gaussian filter on an image. Found in Image Processing Tools → Filters.

  172. GaussianScaleSpace: Uses the fast Gaussian approximation algorithm to produce scaled land-surface parameter measurements from an input DEM. Found in Geomorphometric Analysis.

  173. GeneralizeClassifiedRaster: Generalizes a raster containing class or object features by removing small features. Found in Image Processing Tools → Classification.

  174. GeneralizeWithSimilarity: Generalizes a raster containing class or object features by removing small features using similarity criteria of neighbouring features. Found in Image Processing Tools → Classification.

  175. GeneratingFunction: This tool calculates generating function from an input DEM. Found in Geomorphometric Analysis.

  176. Geomorphons: Computes geomorphon patterns. Found in Geomorphometric Analysis.

  177. GreaterThan: Performs a greater-than comparison operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  178. HackStreamOrder: Assigns the Hack stream order to each tributary in a stream network. Found in Stream Network Analysis.

  179. HeatMap: Calculates a heat map, or kernel density estimation (KDE), for an input point set. Found in GIS Analysis.

  180. HeightAboveGround: Normalizes a LiDAR point cloud, providing the height above the nearest ground-classified point. Found in LiDAR Tools.

  181. HighPassBilateralFilter: Performs a high-pass bilateral filter, by differencing an input image by the bilateral filter by Tomasi and Manduchi (1998). Found in Image Processing Tools → Filters.

  182. HighPassFilter: Performs a high-pass filter on an input image. Found in Image Processing Tools → Filters.

  183. HighPassMedianFilter: Performs a high pass median filter on an input image. Found in Image Processing Tools → Filters.

  184. HighestPosition: Identifies the stack position of the maximum value within a raster stack on a cell-by-cell basis. Found in GIS Analysis → Overlay Tools.

  185. Hillshade: Calculates a hillshade raster from an input DEM. Found in Geomorphometric Analysis.

  186. Hillslopes: Identifies the individual hillslopes draining to each link in a stream network. Found in Hydrological Analysis.

  187. HistogramEqualization: Performs a histogram equalization contrast enhancement on an image. Found in Image Processing Tools → Image Enhancement.

  188. HistogramMatchingTwoImages: Alters the cumulative distribution function of a raster image to that of another image. Found in Image Processing Tools → Image Enhancement.

  189. HistogramMatching: Alters the statistical distribution of a raster image matching it to a specified PDF. Found in Image Processing Tools → Image Enhancement.

  190. HoleProportion: Calculates the proportion of the total area of a polygon's holes relative to the area of the polygon's hull. Found in GIS Analysis → Patch Shape Tools.

  191. HorizonAngle: Calculates horizon angle (maximum upwind slope) for each grid cell in an input DEM. Found in Geomorphometric Analysis.

  192. HorizontalExcessCurvature: This tool calculates horizontal excess curvature from an input DEM. Found in Geomorphometric Analysis.

  193. HortonStreamOrder: Assigns the Horton stream order to each tributary in a stream network. Found in Stream Network Analysis.

  194. HydrologicConnectivity: This tool evaluates hydrologic connectivity within a DEM Found in Hydrological Analysis.

  195. HypsometricAnalysis: Calculates a hypsometric curve for one or more DEMs. Found in Geomorphometric Analysis.

  196. HypsometricallyTintedHillshade: Creates an colour shaded relief image from an input DEM. Found in Geomorphometric Analysis.

  197. IdwInterpolation: Interpolates vector points into a raster surface using an inverse-distance weighted scheme. Found in GIS Analysis.

  198. IhsToRgb: Converts intensity, hue, and saturation (IHS) images into red, green, and blue (RGB) images. Found in Image Processing Tools.

  199. ImageAutocorrelation: Performs Moran's I analysis on two or more input images. Found in Math and Stats Tools.

  200. ImageCorrelationNeighbourhoodAnalysis: Performs image correlation on two input images neighbourhood search windows. Found in Math and Stats Tools.

  201. ImageCorrelation: Performs image correlation on two or more input images. Found in Math and Stats Tools.

  202. ImageRegression: Performs image regression analysis on two input images. Found in Math and Stats Tools.

  203. ImageSegmentation: Performs a region-growing based segmentation on a set of multi-spectral images. Found in Image Processing Tools → Classification.

  204. ImageSlider: This tool creates an image slider from two input images. Found in Image Processing Tools.

  205. ImageStackProfile: Plots an image stack profile (i.e. signature) for a set of points and multispectral images. Found in Image Processing Tools.

  206. ImpoundmentSizeIndex: Calculates the impoundment size resulting from damming a DEM. Found in Hydrological Analysis.

  207. InPlaceAdd: Performs an in-place addition operation (input1 += input2). Found in Math and Stats Tools.

  208. InPlaceDivide: Performs an in-place division operation (input1 /= input2). Found in Math and Stats Tools.

  209. InPlaceMultiply: Performs an in-place multiplication operation (input1 *= input2). Found in Math and Stats Tools.

  210. InPlaceSubtract: Performs an in-place subtraction operation (input1 -= input2). Found in Math and Stats Tools.

  211. Increment: Increases the values of each grid cell in an input raster by 1.0. (see also InPlaceAdd) Found in Math and Stats Tools.

  212. IndividualTreeDetection: Identifies points in a LiDAR point cloud that are associated with the tops of individual trees. Found in LiDAR Tools.

  213. InsertDams: Calculates the impoundment size resulting from damming a DEM. Found in Hydrological Analysis.

  214. InstallWbExtension: Use to install a Whitebox extension product. Found in Whitebox Utilities.

  215. IntegerDivision: Performs an integer division operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  216. IntegralImage: Transforms an input image (summed area table) into its integral image equivalent. Found in Image Processing Tools.

  217. Intersect: Identifies the parts of features in common between two input vector layers. Found in GIS Analysis → Overlay Tools.

  218. InversePrincipalComponentAnalysis: This tool performs an inverse principal component analysis on a series of input component images. Found in Math and Stats Tools.

  219. IsNoData: Identifies NoData valued pixels in an image. Found in Math and Stats Tools.

  220. Isobasins: Divides a landscape into nearly equal sized drainage basins (i.e. watersheds). Found in Hydrological Analysis.

  221. JensonSnapPourPoints: Moves outlet points used to specify points of interest in a watershedding operation to the nearest stream cell. Found in Hydrological Analysis.

  222. JoinTables: Merge a vector's attribute table with another table based on a common field. Found in Data Tools.

  223. KMeansClustering: Performs a k-means clustering operation on a multi-spectral dataset. Found in Machine Learning.

  224. KNearestMeanFilter: A k-nearest mean filter is a type of edge-preserving smoothing filter. Found in Image Processing Tools → Filters.

  225. KappaIndex: Performs a kappa index of agreement (KIA) analysis on two categorical raster files. Found in Math and Stats Tools.

  226. KnnClassification: Performs a supervised k-nearest neighbour classification using training site polygons/points and predictor rasters. Found in Machine Learning.

  227. KnnRegression: Performs a supervised k-nearest neighbour regression using training site points and predictor rasters. Found in Machine Learning.

  228. KsTestForNormality: Evaluates whether the values in a raster are normally distributed. Found in Math and Stats Tools.

  229. LaplacianFilter: Performs a Laplacian filter on an image. Found in Image Processing Tools → Filters.

  230. LaplacianOfGaussianFilter: Performs a Laplacian-of-Gaussian (LoG) filter on an image. Found in Image Processing Tools → Filters.

  231. LasToAscii: Converts one or more LAS files into ASCII text files. Found in LiDAR Tools.

  232. LasToLaz: This tool converts one or more LAS files into the LAZ format Found in LiDAR Tools.

  233. LasToMultipointShapefile: Converts one or more LAS files into MultipointZ vector Shapefiles. When the input parameter is not specified, the tool grids all LAS files contained within the working directory. Found in LiDAR Tools.

  234. LasToShapefile: Converts one or more LAS files into a vector Shapefile of POINT ShapeType. Found in LiDAR Tools.

  235. LasToZlidar: Converts one or more LAS files into the zlidar compressed LiDAR data format. Found in LiDAR Tools.

  236. LaunchWbRunner: Opens the Whitebox Runner application. Found in Whitebox Utilities.

  237. LayerFootprint: Creates a vector polygon footprint of the area covered by a raster grid or vector layer. Found in GIS Analysis.

  238. LazToLas: This tool converts one or more LAZ files into the LAS format Found in LiDAR Tools.

  239. LeeSigmaFilter: Performs a Lee (Sigma) smoothing filter on an image. Found in Image Processing Tools → Filters.

  240. LengthOfUpstreamChannels: Calculates the total length of channels upstream. Found in Stream Network Analysis.

  241. LessThan: Performs a less-than comparison operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  242. LidarBlockMaximum: Creates a block-maximum raster from an input LAS file. When the input/output parameters are not specified, the tool grids all LAS files contained within the working directory. Found in LiDAR Tools.

  243. LidarBlockMinimum: Creates a block-minimum raster from an input LAS file. When the input/output parameters are not specified, the tool grids all LAS files contained within the working directory. Found in LiDAR Tools.

  244. LidarClassifySubset: Classifies the values in one LiDAR point cloud that correspond with points in a subset cloud. Found in LiDAR Tools.

  245. LidarColourize: Adds the red-green-blue colour fields of a LiDAR (LAS) file based on an input image. Found in LiDAR Tools.

  246. LidarContour: This tool creates a vector contour coverage from an input LiDAR point file. Found in LiDAR Tools.

  247. LidarDigitalSurfaceModel: Creates a top-surface digital surface model (DSM) from a LiDAR point cloud. Found in LiDAR Tools.

  248. LidarEigenvalueFeatures: Calculate eigenvalue-based metrics from a LiDAR point cloud. Found in LiDAR Tools.

  249. LidarElevationSlice: Outputs all of the points within a LiDAR (LAS) point file that lie between a specified elevation range. Found in LiDAR Tools.

  250. LidarGroundPointFilter: Identifies ground points within LiDAR dataset using a slope-based method. Found in LiDAR Tools.

  251. LidarHexBinning: Hex-bins a set of LiDAR points. Found in LiDAR Tools.

  252. LidarHillshade: Calculates a hillshade value for points within a LAS file and stores these data in the RGB field. Found in LiDAR Tools.

  253. LidarHistogram: Creates a histogram of LiDAR data. Found in LiDAR Tools.

  254. LidarIdwInterpolation: Interpolates LAS files using an inverse-distance weighted (IDW) scheme. When the input/output parameters are not specified, the tool interpolates all LAS files contained within the working directory. Found in LiDAR Tools.

  255. LidarInfo: Prints information about a LiDAR (LAS) dataset, including header, point return frequency, and classification data and information about the variable length records (VLRs) and geokeys. Found in LiDAR Tools.

  256. LidarJoin: Joins multiple LiDAR (LAS) files into a single LAS file. Found in LiDAR Tools.

  257. LidarKappaIndex: Performs a kappa index of agreement (KIA) analysis on the classifications of two LAS files. Found in LiDAR Tools.

  258. LidarNearestNeighbourGridding: Grids LiDAR files using nearest-neighbour scheme. When the input/output parameters are not specified, the tool grids all LAS files contained within the working directory. Found in LiDAR Tools.

  259. LidarPointDensity: Calculates the spatial pattern of point density for a LiDAR data set. When the input/output parameters are not specified, the tool grids all LAS files contained within the working directory. Found in LiDAR Tools.

  260. LidarPointReturnAnalysis: This tool performs a quality control check on the return values of points in a LiDAR file. Found in LiDAR Tools.

  261. LidarPointStats: Creates several rasters summarizing the distribution of LAS point data. When the input/output parameters are not specified, the tool works on all LAS files contained within the working directory. Found in LiDAR Tools.

  262. LidarRansacPlanes: Performs a RANSAC analysis to identify points within a LiDAR point cloud that belong to linear planes. Found in LiDAR Tools.

  263. LidarRbfInterpolation: Interpolates LAS files using a radial basis function (RBF) scheme. When the input/output parameters are not specified, the tool interpolates all LAS files contained within the working directory. Found in LiDAR Tools.

  264. LidarRemoveDuplicates: Removes duplicate points from a LiDAR data set. Found in LiDAR Tools.

  265. LidarRemoveOutliers: Removes outliers (high and low points) in a LiDAR point cloud. Found in LiDAR Tools.

  266. LidarRooftopAnalysis: Identifies roof segments in a LiDAR point cloud. Found in LiDAR Tools.

  267. LidarSegmentationBasedFilter: Identifies ground points within LiDAR point clouds using a segmentation based approach. Found in LiDAR Tools.

  268. LidarSegmentation: Segments a LiDAR point cloud based on differences in the orientation of fitted planar surfaces and point proximity. Found in LiDAR Tools.

  269. LidarShift: Shifts the x,y,z coordinates of a LiDAR file. Found in LiDAR Tools.

  270. LidarSibsonInterpolation: This tool interpolates one or more LiDAR tiles using Sibson's natural neighbour method. Found in LiDAR Tools.

  271. LidarSortByTime: This tool sorts the points in a LiDAR file by the GPS time. Found in LiDAR Tools.

  272. LidarThinHighDensity: Thins points from high density areas within a LiDAR point cloud. Found in LiDAR Tools.

  273. LidarThin: Thins a LiDAR point cloud, reducing point density. Found in LiDAR Tools.

  274. LidarTileFootprint: Creates a vector polygon of the convex hull of a LiDAR point cloud. When the input/output parameters are not specified, the tool works with all LAS files contained within the working directory. Found in LiDAR Tools.

  275. LidarTile: Tiles a LiDAR LAS file into multiple LAS files. Found in LiDAR Tools.

  276. LidarTinGridding: Creates a raster grid based on a Delaunay triangular irregular network (TIN) fitted to LiDAR points. Found in LiDAR Tools.

  277. LidarTophatTransform: Performs a white top-hat transform on a Lidar dataset; as an estimate of height above ground, this is useful for modelling the vegetation canopy. Found in LiDAR Tools.

  278. LineDetectionFilter: Performs a line-detection filter on an image. Found in Image Processing Tools → Filters.

  279. LineIntersections: Identifies points where the features of two vector line layers intersect. Found in GIS Analysis → Overlay Tools.

  280. LineThinning: Performs line thinning a on Boolean raster image; intended to be used with the RemoveSpurs tool. Found in Image Processing Tools.

  281. LinearityIndex: Calculates the linearity index for vector polygons. Found in GIS Analysis → Patch Shape Tools.

  282. LinesToPolygons: Converts vector polylines to polygons. Found in Data Tools.

  283. ListUniqueValuesRaster: Lists the unique values contained in a field within a vector's attribute table. Found in Math and Stats Tools.

  284. ListUniqueValues: Lists the unique values contained in a field within a vector's attribute table. Found in Math and Stats Tools.

  285. Ln: Returns the natural logarithm of values in a raster. Found in Math and Stats Tools.

  286. LocalHypsometricAnalysis: This tool calculates a local, neighbourhood-based hypsometric integral raster. Found in Geomorphometric Analysis.

  287. LocalQuadraticRegression: An implementation of the constrained quadratic regression algorithm using a flexible window size described in Wood (1996). Found in Geomorphometric Analysis.

  288. Log10: Returns the base-10 logarithm of values in a raster. Found in Math and Stats Tools.

  289. Log2: Returns the base-2 logarithm of values in a raster. Found in Math and Stats Tools.

  290. LogisticRegression: Performs a logistic regression analysis using training site polygons/points and predictor rasters. Found in Machine Learning.

  291. LongProfileFromPoints: Plots the longitudinal profiles from flow-paths initiating from a set of vector points. Found in Stream Network Analysis.

  292. LongProfile: Plots the stream longitudinal profiles for one or more rivers. Found in Stream Network Analysis.

  293. LongestFlowpath: Delineates the longest flowpaths for a group of subbasins or watersheds. Found in Hydrological Analysis.

  294. LowPointsOnHeadwaterDivides: This tool locates saddle points along ridges within a digital elevation model (DEM) Found in Hydrological Analysis.

  295. LowestPosition: Identifies the stack position of the minimum value within a raster stack on a cell-by-cell basis. Found in GIS Analysis → Overlay Tools.

  296. MajorityFilter: Assigns each cell in the output grid the most frequently occurring value (mode) in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  297. MapOffTerrainObjects: Maps off-terrain objects in a digital elevation model (DEM). Found in Geomorphometric Analysis.

  298. MaxAbsoluteOverlay: Evaluates the maximum absolute value for each grid cell from a stack of input rasters. Found in GIS Analysis → Overlay Tools.

  299. MaxAnisotropyDevSignature: Calculates the anisotropy in deviation from mean for points over a range of spatial scales. Found in Geomorphometric Analysis.

  300. MaxAnisotropyDev: Calculates the maximum anisotropy (directionality) in elevation deviation over a range of spatial scales. Found in Geomorphometric Analysis.

  301. MaxBranchLength: Lindsay and Seibert's (2013) branch length index is used to map drainage divides or ridge lines. Found in Geomorphometric Analysis.

  302. MaxDifferenceFromMean: Calculates the maximum difference from mean elevation over a range of spatial scales. Found in Geomorphometric Analysis.

  303. MaxDownslopeElevChange: Calculates the maximum downslope change in elevation between a grid cell and its eight downslope neighbors. Found in Geomorphometric Analysis.

  304. MaxElevDevSignature: Calculates the maximum elevation deviation over a range of spatial scales and for a set of points. Found in Geomorphometric Analysis.

  305. MaxElevationDeviation: Calculates the maximum elevation deviation over a range of spatial scales. Found in Geomorphometric Analysis.

  306. MaxOverlay: Evaluates the maximum value for each grid cell from a stack of input rasters. Found in GIS Analysis → Overlay Tools.

  307. MaxUpslopeElevChange: Calculates the maximum upslope change in elevation between a grid cell and its eight downslope neighbors. Found in Geomorphometric Analysis.

  308. MaxUpslopeFlowpathLength: Measures the maximum length of all upslope flowpaths draining each grid cell. Found in Hydrological Analysis.

  309. MaxUpslopeValue: Calculates the maximum upslope value from an input values raster along flowpaths. Found in Hydrological Analysis.

  310. Max: Performs a MAX operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  311. MaximalCurvature: Calculates a mean curvature raster from an input DEM. Found in Geomorphometric Analysis.

  312. MaximumFilter: Assigns each cell in the output grid the maximum value in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  313. MdInfFlowAccumulation: Calculates an FD8 flow accumulation raster from an input DEM. Found in Hydrological Analysis.

  314. MeanCurvature: Calculates a mean curvature raster from an input DEM. Found in Geomorphometric Analysis.

  315. MeanFilter: Performs a mean filter (low-pass filter) on an input image. Found in Image Processing Tools → Filters.

  316. MedianFilter: Performs a median filter on an input image. Found in Image Processing Tools → Filters.

  317. Medoid: Calculates the medoid for a series of vector features contained in a shapefile. Found in GIS Analysis.

  318. MergeLineSegments: Merges vector line segments into larger features. Found in GIS Analysis → Overlay Tools.

  319. MergeTableWithCsv: Merge a vector's attribute table with a table contained within a CSV text file. Found in Data Tools.

  320. MergeVectors: Combines two or more input vectors of the same ShapeType creating a single, new output vector. Found in Data Tools.

  321. MinAbsoluteOverlay: Evaluates the minimum absolute value for each grid cell from a stack of input rasters. Found in GIS Analysis → Overlay Tools.

  322. MinDistClassification: Performs a supervised minimum-distance classification using training site polygons and multi-spectral images. Found in Image Processing Tools → Classification.

  323. MinDownslopeElevChange: Calculates the minimum downslope change in elevation between a grid cell and its eight downslope neighbors. Found in Geomorphometric Analysis.

  324. MinMaxContrastStretch: Performs a min-max contrast stretch on an input greytone image. Found in Image Processing Tools → Image Enhancement.

  325. MinOverlay: Evaluates the minimum value for each grid cell from a stack of input rasters. Found in GIS Analysis → Overlay Tools.

  326. Min: Performs a MIN operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  327. MinimalCurvature: Calculates a mean curvature raster from an input DEM. Found in Geomorphometric Analysis.

  328. MinimumBoundingBox: Creates a vector minimum bounding rectangle around vector features. Found in GIS Analysis.

  329. MinimumBoundingCircle: Delineates the minimum bounding circle (i.e. smallest enclosing circle) for a group of vectors. Found in GIS Analysis.

  330. MinimumBoundingEnvelope: Creates a vector axis-aligned minimum bounding rectangle (envelope) around vector features. Found in GIS Analysis.

  331. MinimumConvexHull: Creates a vector convex polygon around vector features. Found in GIS Analysis.

  332. MinimumFilter: Assigns each cell in the output grid the minimum value in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  333. ModifiedKMeansClustering: Performs a modified k-means clustering operation on a multi-spectral dataset. Found in Machine Learning.

  334. ModifyLidar: Modify points within a LiDAR point cloud based on point properties. Found in LiDAR Tools.

  335. ModifyNoDataValue: Modifies nodata values in a raster. Found in Data Tools.

  336. Modulo: Performs a modulo operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  337. MosaicWithFeathering: Mosaics two images together using a feathering technique in overlapping areas to reduce edge-effects. Found in Image Processing Tools.

  338. Mosaic: Mosaics two or more images together. Found in Image Processing Tools.

  339. MultiPartToSinglePart: Converts a vector file containing multi-part features into a vector containing only single-part features. Found in Data Tools.

  340. MultidirectionalHillshade: Calculates a multi-direction hillshade raster from an input DEM. Found in Geomorphometric Analysis.

  341. MultiplyOverlay: Calculates the sum for each grid cell from a group of raster images. Found in GIS Analysis → Overlay Tools.

  342. Multiply: Performs a multiplication operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  343. MultiscaleCurvatures: This tool calculates several multiscale curvatures and curvature-based indices from an input DEM. Found in Geomorphometric Analysis.

  344. MultiscaleElevationPercentile: Calculates surface roughness over a range of spatial scales. Found in Geomorphometric Analysis.

  345. MultiscaleRoughnessSignature: Calculates the surface roughness for points over a range of spatial scales. Found in Geomorphometric Analysis.

  346. MultiscaleRoughness: Calculates surface roughness over a range of spatial scales. Found in Geomorphometric Analysis.

  347. MultiscaleStdDevNormalsSignature: Calculates the surface roughness for points over a range of spatial scales. Found in Geomorphometric Analysis.

  348. MultiscaleStdDevNormals: Calculates surface roughness over a range of spatial scales. Found in Geomorphometric Analysis.

  349. MultiscaleTopographicPositionImage: Creates a multiscale topographic position image from three DEVmax rasters of differing spatial scale ranges. Found in Geomorphometric Analysis.

  350. NarrownessIndex: Calculates the narrowness of raster polygons. Found in GIS Analysis → Patch Shape Tools.

  351. NaturalNeighbourInterpolation: Creates a raster grid based on Sibson's natural neighbour method. Found in GIS Analysis.

  352. NearestNeighbourGridding: Creates a raster grid based on a set of vector points and assigns grid values using the nearest neighbour. Found in GIS Analysis.

  353. Negate: Changes the sign of values in a raster or the 0-1 values of a Boolean raster. Found in Math and Stats Tools.

  354. NewRasterFromBase: Creates a new raster using a base image. Found in Data Tools.

  355. NormalVectors: Calculates normal vectors for points within a LAS file and stores these data (XYZ vector components) in the RGB field. Found in LiDAR Tools.

  356. NormalizeLidar: Normalizes a LiDAR point cloud. Found in LiDAR Tools.

  357. NormalizedDifferenceIndex: Calculate a normalized-difference index (NDI) from two bands of multispectral image data. Found in Image Processing Tools.

  358. NotEqualTo: Performs a not-equal-to comparison operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  359. Not: Performs a logical NOT operator on two Boolean raster images. Found in Math and Stats Tools.

  360. NumDownslopeNeighbours: Calculates the number of downslope neighbours to each grid cell in a DEM. Found in Geomorphometric Analysis.

  361. NumInflowingNeighbours: Computes the number of inflowing neighbours to each cell in an input DEM based on the D8 algorithm. Found in Hydrological Analysis.

  362. NumUpslopeNeighbours: Calculates the number of upslope neighbours to each grid cell in a DEM. Found in Geomorphometric Analysis.

  363. OlympicFilter: Performs an olympic smoothing filter on an image. Found in Image Processing Tools → Filters.

  364. Opening: An opening is a mathematical morphology operation involving a dilation (max filter) of an erosion (min filter) set. Found in Image Processing Tools.

  365. Openness: This tool calculates the topographic openness index from an input DEM. Found in Geomorphometric Analysis.

  366. Or: Performs a logical OR operator on two Boolean raster images. Found in Math and Stats Tools.

  367. PairedSampleTTest: Performs a 2-sample K-S test for significant differences on two input rasters. Found in Math and Stats Tools.

  368. PanchromaticSharpening: Increases the spatial resolution of image data by combining multispectral bands with panchromatic data. Found in Image Processing Tools → Image Enhancement.

  369. ParallelepipedClassification: Performs a supervised parallelepiped classification using training site polygons and multi-spectral images. Found in Image Processing Tools → Classification.

  370. PatchOrientation: Calculates the orientation of vector polygons. Found in GIS Analysis → Patch Shape Tools.

  371. PennockLandformClass: Classifies hillslope zones based on slope, profile curvature, and plan curvature. Found in Geomorphometric Analysis.

  372. PercentElevRange: Calculates percent of elevation range from a DEM. Found in Geomorphometric Analysis.

  373. PercentEqualTo: Calculates the percentage of a raster stack that have cell values equal to an input on a cell-by-cell basis. Found in GIS Analysis → Overlay Tools.

  374. PercentGreaterThan: Calculates the percentage of a raster stack that have cell values greater than an input on a cell-by-cell basis. Found in GIS Analysis → Overlay Tools.

  375. PercentLessThan: Calculates the percentage of a raster stack that have cell values less than an input on a cell-by-cell basis. Found in GIS Analysis → Overlay Tools.

  376. PercentageContrastStretch: Performs a percentage linear contrast stretch on input images. Found in Image Processing Tools → Image Enhancement.

  377. PercentileFilter: Performs a percentile filter on an input image. Found in Image Processing Tools → Filters.

  378. PerimeterAreaRatio: Calculates the perimeter-area ratio of vector polygons. Found in GIS Analysis → Patch Shape Tools.

  379. PhiCoefficient: This tool performs a binary classification accuracy assessment. Found in Math and Stats Tools.

  380. PickFromList: Outputs the value from a raster stack specified by a position raster. Found in GIS Analysis → Overlay Tools.

  381. PiecewiseContrastStretch: Performs a piecewise contrast stretch on an input image. Found in Image Processing Tools → Image Enhancement.

  382. PlanCurvature: Calculates a plan (contour) curvature raster from an input DEM. Found in Geomorphometric Analysis.

  383. PolygonArea: Calculates the area of vector polygons. Found in GIS Analysis.

  384. PolygonLongAxis: Used to map the long axis of polygon features. Found in GIS Analysis.

  385. PolygonPerimeter: Calculates the perimeter of vector polygons. Found in GIS Analysis.

  386. PolygonShortAxis: Used to map the short axis of polygon features. Found in GIS Analysis.

  387. Polygonize: Creates a polygon layer from two or more intersecting line features contained in one or more input vector line files. Found in GIS Analysis → Overlay Tools.

  388. PolygonsToLines: Converts vector polygons to polylines. Found in Data Tools.

  389. Power: Raises the values in grid cells of one rasters, or a constant value, by values in another raster or constant value. Found in Math and Stats Tools.

  390. PrewittFilter: Performs a Prewitt edge-detection filter on an image. Found in Image Processing Tools → Filters.

  391. PrincipalComponentAnalysis: Performs a principal component analysis (PCA) on a multi-spectral dataset. Found in Math and Stats Tools.

  392. PrintGeoTiffTags: Prints the tags within a GeoTIFF. Found in Data Tools.

  393. ProfileCurvature: Calculates a profile curvature raster from an input DEM. Found in Geomorphometric Analysis.

  394. Profile: Plots profiles from digital surface models. Found in Geomorphometric Analysis.

  395. PruneVectorStreams: This tool performs common stream network analysis operations on an input vector stream file. Found in Stream Network Analysis.

  396. QinFlowAccumulation: Calculates Qin et al. (2007) flow accumulation. Found in Hydrological Analysis.

  397. Quantiles: Transforms raster values into quantiles. Found in Math and Stats Tools.

  398. QuinnFlowAccumulation: Calculates Quinn et al. (1995) flow accumulation. Found in Hydrological Analysis.

  399. RadialBasisFunctionInterpolation: Interpolates vector points into a raster surface using a radial basis function scheme. Found in GIS Analysis.

  400. RadiusOfGyration: Calculates the distance of cells from their polygon's centroid. Found in GIS Analysis → Patch Shape Tools.

  401. RaiseWalls: Raises walls in a DEM along a line or around a polygon, e.g. a watershed. Found in Hydrological Analysis.

  402. RandomField: Creates an image containing random values. Found in Math and Stats Tools.

  403. RandomForestClassificationFit: Performs a supervised random forest classification using training site polygons/points and predictor rasters. Found in Machine Learning.

  404. RandomForestClassificationPredict: Uses a pre-trained random forest classification model and predictor rasters to create an output raster. Found in Machine Learning.

  405. RandomForestClassification: Performs a supervised random forest classification using training site polygons/points and predictor rasters. Found in Machine Learning.

  406. RandomForestRegressionFit: Trains a random forest regression model using training site data and predictor rasters. Found in Machine Learning.

  407. RandomForestRegressionPredict: Uses a pre-trained random forest regression model and predictor rasters to create an output raster. Found in Machine Learning.

  408. RandomForestRegression: Performs a random forest regression analysis using training site data and predictor rasters. Found in Machine Learning.

  409. RandomSample: Creates an image containing randomly located sample grid cells with unique IDs. Found in Math and Stats Tools.

  410. RangeFilter: Assigns each cell in the output grid the range of values in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  411. RasterArea: Calculates the area of polygons or classes within a raster image. Found in GIS Analysis.

  412. RasterCalculator: Performs a complex mathematical operations on one or more input raster images on a cell-to-cell basis. Found in Math and Stats Tools.

  413. RasterCellAssignment: Assign row or column number to cells. Found in GIS Analysis.

  414. RasterHistogram: Creates a histogram from raster values. Found in Math and Stats Tools.

  415. RasterPerimeter: Calculates the perimeters of polygons or classes within a raster image. Found in GIS Analysis.

  416. RasterStreamsToVector: Converts a raster stream file into a vector file. Found in Stream Network Analysis.

  417. RasterSummaryStats: Measures a rasters min, max, average, standard deviation, num. non-nodata cells, and total. Found in Math and Stats Tools.

  418. RasterToVectorLines: Converts a raster lines features into a vector of the POLYLINE shapetype Found in Data Tools.

  419. RasterToVectorPoints: Converts a raster dataset to a vector of the POINT shapetype. Found in Data Tools.

  420. RasterToVectorPolygons: Converts a raster dataset to a vector of the POLYGON shapetype. Found in Data Tools.

  421. RasterizeStreams: Rasterizes vector streams based on Lindsay (2016) method. Found in Stream Network Analysis.

  422. Reciprocal: Returns the reciprocal (i.e. 1 / z) of values in a raster. Found in Math and Stats Tools.

  423. ReclassEqualInterval: Reclassifies the values in a raster image based on equal-ranges. Found in GIS Analysis.

  424. ReclassFromFile: Reclassifies the values in a raster image using reclass ranges in a text file. Found in GIS Analysis.

  425. Reclass: Reclassifies the values in a raster image. Found in GIS Analysis.

  426. ReconcileMultipleHeaders: This tool adjusts the crop yield values for data sets collected with multiple headers or combines. Found in Precision Agriculture.

  427. RecoverFlightlineInfo: Associates LiDAR points by their flightlines. Found in LiDAR Tools.

  428. RecreatePassLines: This tool can be used to approximate the harvester pass lines from yield points. Found in Precision Agriculture.

  429. ReinitializeAttributeTable: Reinitializes a vector's attribute table deleting all fields but the feature ID (FID). Found in Data Tools.

  430. RelatedCircumscribingCircle: Calculates the related circumscribing circle of vector polygons. Found in GIS Analysis → Patch Shape Tools.

  431. RelativeAspect: Calculates relative aspect (relative to a user-specified direction) from an input DEM. Found in Geomorphometric Analysis.

  432. RelativeTopographicPosition: Calculates the relative topographic position index from a DEM. Found in Geomorphometric Analysis.

  433. RemoveFieldEdgePoints: This tool can be used to remove, or flag, most of the points along the edges from a crop yield data set. Found in Precision Agriculture.

  434. RemoveOffTerrainObjects: Removes off-terrain objects from a raster digital elevation model (DEM). Found in Geomorphometric Analysis.

  435. RemovePolygonHoles: Removes holes within the features of a vector polygon file. Found in Data Tools.

  436. RemoveRasterPolygonHoles: Removes polygon holes, or 'donut-holes', from raster polygons. Found in Data Tools.

  437. RemoveShortStreams: Removes short first-order streams from a stream network. Found in Stream Network Analysis.

  438. RemoveSpurs: Removes the spurs (pruning operation) from a Boolean line image; intended to be used on the output of the LineThinning tool. Found in Image Processing Tools.

  439. RepairStreamVectorTopology: This tool resolves topological errors and inconsistencies associated with digitized vector streams. Found in Stream Network Analysis.

  440. Resample: Resamples one or more input images into a destination image. Found in Image Processing Tools.

  441. RescaleValueRange: Performs a min-max contrast stretch on an input greytone image. Found in Math and Stats Tools.

  442. RgbToIhs: Converts red, green, and blue (RGB) images into intensity, hue, and saturation (IHS) images. Found in Image Processing Tools.

  443. Rho8FlowAccumulation: Calculates Fairfield and Leymarie (1991) flow accumulation. Found in Hydrological Analysis.

  444. Rho8Pointer: Calculates a stochastic Rho8 flow pointer raster from an input DEM. Found in Hydrological Analysis.

  445. RingCurvature: This tool calculates ring curvature from an input DEM. Found in Geomorphometric Analysis.

  446. RiverCenterlines: Maps river centerlines from an input water raster. Found in Hydrological Analysis.

  447. RobertsCrossFilter: Performs a Robert's cross edge-detection filter on an image. Found in Image Processing Tools → Filters.

  448. RootMeanSquareError: Calculates the RMSE and other accuracy statistics. Found in Math and Stats Tools.

  449. Rotor: This tool calculates rotor from an input DEM. Found in Geomorphometric Analysis.

  450. Round: Rounds the values in an input raster to the nearest integer value. Found in Math and Stats Tools.

  451. RuggednessIndex: Calculates the Riley et al.'s (1999) terrain ruggedness index from an input DEM. Found in Geomorphometric Analysis.

  452. ScharrFilter: Performs a Scharr edge-detection filter on an image. Found in Image Processing Tools → Filters.

  453. SedimentTransportIndex: Calculates the sediment transport index. Found in Geomorphometric Analysis.

  454. SelectTilesByPolygon: Copies LiDAR tiles overlapping with a polygon into an output directory. Found in LiDAR Tools.

  455. SetNodataValue: Assign the NoData value for an input image. Found in Data Tools.

  456. ShadowAnimation: This tool creates an animated GIF of shadows based on an input DEM. Found in Geomorphometric Analysis.

  457. ShadowImage: This tool creates a raster of shadow areas based on an input DEM. Found in Geomorphometric Analysis.

  458. ShapeComplexityIndexRaster: Calculates the complexity of raster polygons or classes. Found in GIS Analysis → Patch Shape Tools.

  459. ShapeComplexityIndex: Calculates overall polygon shape complexity or irregularity. Found in GIS Analysis → Patch Shape Tools.

  460. ShapeIndex: This tool calculates the shape index from an input DEM. Found in Geomorphometric Analysis.

  461. ShreveStreamMagnitude: Assigns the Shreve stream magnitude to each link in a stream network. Found in Stream Network Analysis.

  462. SigmoidalContrastStretch: Performs a sigmoidal contrast stretch on input images. Found in Image Processing Tools → Image Enhancement.

  463. Sin: Returns the sine (sin) of each values in a raster. Found in Math and Stats Tools.

  464. SinglePartToMultiPart: Converts a vector file containing multi-part features into a vector containing only single-part features. Found in Data Tools.

  465. Sinh: Returns the hyperbolic sine (sinh) of each values in a raster. Found in Math and Stats Tools.

  466. Sink: Identifies the depressions in a DEM, giving each feature a unique identifier. Found in Hydrological Analysis.

  467. SlopeVsAspectPlot: This tool creates a slope-aspect relation plot from an input DEM. Found in Geomorphometric Analysis.

  468. SlopeVsElevationPlot: Creates a slope vs. elevation plot for one or more DEMs. Found in Geomorphometric Analysis.

  469. Slope: Calculates a slope raster from an input DEM. Found in Geomorphometric Analysis.

  470. SmoothVectors: Smooths a vector coverage of either a POLYLINE or POLYGON base ShapeType. Found in GIS Analysis.

  471. SmoothVegetationResidual: This tool can smooth the residual roughness due to vegetation cover in LiDAR DEMs. Found in Geomorphometric Analysis.

  472. SnapPourPoints: Moves outlet points used to specify points of interest in a watershedding operation to the cell with the highest flow accumulation in its neighbourhood. Found in Hydrological Analysis.

  473. SobelFilter: Performs a Sobel edge-detection filter on an image. Found in Image Processing Tools → Filters.

  474. SortLidar: Sorts LiDAR points based on their properties. Found in LiDAR Tools.

  475. SphericalStdDevOfNormals: Calculates the spherical standard deviation of surface normals for a DEM. Found in Geomorphometric Analysis.

  476. SplitColourComposite: Splits an RGB colour composite image into separate multispectral images. Found in Image Processing Tools.

  477. SplitLidar: Splits LiDAR points up into a series of new files based on their properties. Found in LiDAR Tools.

  478. SplitVectorLines: Used to split a vector line coverage into even-lengthed segments. Found in GIS Analysis.

  479. SplitWithLines: Splits the lines or polygons in one layer using the lines in another layer. Found in GIS Analysis → Overlay Tools.

  480. SquareRoot: Returns the square root of the values in a raster. Found in Math and Stats Tools.

  481. Square: Squares the values in a raster. Found in Math and Stats Tools.

  482. StandardDeviationContrastStretch: Performs a standard-deviation contrast stretch on input images. Found in Image Processing Tools → Image Enhancement.

  483. StandardDeviationFilter: Assigns each cell in the output grid the standard deviation of values in a moving window centred on each grid cell in the input raster. Found in Image Processing Tools → Filters.

  484. StandardDeviationOfSlope: Calculates the standard deviation of slope from an input DEM. Found in Geomorphometric Analysis.

  485. StochasticDepressionAnalysis: Performs a stochastic analysis of depressions within a DEM. Found in Hydrological Analysis.

  486. StrahlerOrderBasins: Identifies Strahler-order basins from an input stream network. Found in Hydrological Analysis.

  487. StrahlerStreamOrder: Assigns the Strahler stream order to each link in a stream network. Found in Stream Network Analysis.

  488. StreamLinkClass: Identifies the exterior/interior links and nodes in a stream network. Found in Stream Network Analysis.

  489. StreamLinkIdentifier: Assigns a unique identifier to each link in a stream network. Found in Stream Network Analysis.

  490. StreamLinkLength: Estimates the length of each link (or tributary) in a stream network. Found in Stream Network Analysis.

  491. StreamLinkSlope: Estimates the average slope of each link (or tributary) in a stream network. Found in Stream Network Analysis.

  492. StreamPowerIndex: Calculates the relative stream power index. Found in Geomorphometric Analysis.

  493. StreamSlopeContinuous: Estimates the slope of each grid cell in a stream network. Found in Stream Network Analysis.

  494. Subbasins: Identifies the catchments, or sub-basin, draining to each link in a stream network. Found in Hydrological Analysis.

  495. Subtract: Performs a differencing operation on two rasters or a raster and a constant value. Found in Math and Stats Tools.

  496. SumOverlay: Calculates the sum for each grid cell from a group of raster images. Found in GIS Analysis → Overlay Tools.

  497. SurfaceAreaRatio: Calculates a the surface area ratio of each grid cell in an input DEM. Found in Geomorphometric Analysis.

  498. SvmClassification: Performs an SVM binary classification using training site polygons/points and multiple input images. Found in Machine Learning.

  499. SvmRegression: Performs a supervised SVM regression analysis using training site points and predictor rasters. Found in Machine Learning.

  500. SymmetricalDifference: Outputs the features that occur in one of the two vector inputs but not both, i.e. no overlapping features. Found in GIS Analysis → Overlay Tools.

  501. Tan: Returns the tangent (tan) of each values in a raster. Found in Math and Stats Tools.

  502. TangentialCurvature: Calculates a tangential curvature raster from an input DEM. Found in Geomorphometric Analysis.

  503. Tanh: Returns the hyperbolic tangent (tanh) of each values in a raster. Found in Math and Stats Tools.

  504. ThickenRasterLine: Thickens single-cell wide lines within a raster image. Found in Image Processing Tools.

  505. TimeInDaylight: Calculates the proportion of time a location is not within an area of shadow. Found in Geomorphometric Analysis.

  506. TinGridding: Creates a raster grid based on a triangular irregular network (TIN) fitted to vector points. Found in GIS Analysis.

  507. ToDegrees: Converts a raster from radians to degrees. Found in Math and Stats Tools.

  508. ToRadians: Converts a raster from degrees to radians. Found in Math and Stats Tools.

  509. TophatTransform: Performs either a white or black top-hat transform on an input image. Found in Image Processing Tools.

  510. TopoRender: This tool creates a pseudo-3D rendering from an input DEM, for the purpose of effective topographic visualization. Found in Geomorphometric Analysis.

  511. TopographicPositionAnimation: This tool creates an animated GIF of multi-scale local topographic position (elevation deviation). Found in Geomorphometric Analysis.

  512. TopologicalBreachBurn: This tool burns streams into a DEM using the topological breach-burn method of Lindsay (2016). Found in Hydrological Analysis.

  513. TopologicalStreamOrder: Assigns each link in a stream network its topological order. Found in Stream Network Analysis.

  514. TotalCurvature: Calculates a total curvature raster from an input DEM. Found in Geomorphometric Analysis.

  515. TotalFilter: Performs a total filter on an input image. Found in Image Processing Tools → Filters.

  516. TraceDownslopeFlowpaths: Traces downslope flowpaths from one or more target sites (i.e. seed points). Found in Hydrological Analysis.

  517. TravellingSalesmanProblem: Finds approximate solutions to travelling salesman problems, the goal of which is to identify the shortest route connecting a set of locations. Found in GIS Analysis.

  518. TrendSurfaceVectorPoints: Estimates a trend surface from vector points. Found in Math and Stats Tools.

  519. TrendSurface: Estimates the trend surface of an input raster file. Found in Math and Stats Tools.

  520. TributaryIdentifier: Assigns a unique identifier to each tributary in a stream network. Found in Stream Network Analysis.

  521. Truncate: Truncates the values in a raster to the desired number of decimal places. Found in Math and Stats Tools.

  522. TurningBandsSimulation: Creates an image containing random values based on a turning-bands simulation. Found in Math and Stats Tools.

  523. TwoSampleKsTest: Performs a 2-sample K-S test for significant differences on two input rasters. Found in Math and Stats Tools.

  524. Union: Splits vector layers at their overlaps, creating a layer containing all the portions from both input and overlay layers. Found in GIS Analysis → Overlay Tools.

  525. UnnestBasins: Extract whole watersheds for a set of outlet points. Found in Hydrological Analysis.

  526. UnsharpMasking: An image sharpening technique that enhances edges. Found in Image Processing Tools → Filters.

  527. Unsphericity: This tool calculates the unsphericity curvature from an input DEM. Found in Geomorphometric Analysis.

  528. UpdateNodataCells: Replaces the NoData values in an input raster with the corresponding values contained in a second update layer. Found in GIS Analysis → Overlay Tools.

  529. UpslopeDepressionStorage: Estimates the average upslope depression storage depth. Found in Hydrological Analysis.

  530. UserDefinedWeightsFilter: Performs a user-defined weights filter on an image. Found in Image Processing Tools → Filters.

  531. VectorHexBinning: Hex-bins a set of vector points. Found in GIS Analysis.

  532. VectorLinesToRaster: Converts a vector containing polylines into a raster. Found in Data Tools.

  533. VectorPointsToRaster: Converts a vector containing points into a raster. Found in Data Tools.

  534. VectorPolygonsToRaster: Converts a vector containing polygons into a raster. Found in Data Tools.

  535. VectorStreamNetworkAnalysis: This tool performs common stream network analysis operations on an input vector stream file. Found in Stream Network Analysis.

  536. VerticalExcessCurvature: This tool calculates vertical excess curvature from an input DEM. Found in Geomorphometric Analysis.

  537. Viewshed: Identifies the viewshed for a point or set of points. Found in Geomorphometric Analysis.

  538. VisibilityIndex: Estimates the relative visibility of sites in a DEM. Found in Geomorphometric Analysis.

  539. VoronoiDiagram: Creates a vector Voronoi diagram for a set of vector points. Found in GIS Analysis.

  540. Watershed: Identifies the watershed, or drainage basin, draining to a set of target cells. Found in Hydrological Analysis.

  541. WeightedOverlay: Performs a weighted sum on multiple input rasters after converting each image to a common scale. The tool performs a multi-criteria evaluation (MCE). Found in GIS Analysis → Overlay Tools.

  542. WeightedSum: Performs a weighted-sum overlay on multiple input raster images. Found in GIS Analysis → Overlay Tools.

  543. WetnessIndex: Calculates the topographic wetness index, Ln(A / tan(slope)). Found in Geomorphometric Analysis.

  544. WilcoxonSignedRankTest: Performs a 2-sample K-S test for significant differences on two input rasters. Found in Math and Stats Tools.

  545. WriteFunctionMemoryInsertion: Performs a write function memory insertion for single-band multi-date change detection. Found in Image Processing Tools.

  546. Xor: Performs a logical XOR operator on two Boolean raster images. Found in Math and Stats Tools.

  547. YieldFilter: Filters crop yield values of point data derived from combine harvester yield monitors. Found in Precision Agriculture.

  548. YieldMap: This tool can be used to create a segmented-vector polygon yield map from a set of harvester points. Found in Precision Agriculture.

  549. YieldNormalization: This tool can be used to normalize the yield points for a field. Found in Precision Agriculture.

  550. ZScores: Standardizes the values in an input raster by converting to z-scores. Found in Math and Stats Tools.

  551. ZlidarToLas: Converts one or more zlidar files into the LAS data format. Found in LiDAR Tools.

  552. ZonalStatistics: Extracts descriptive statistics for a group of patches in a raster. Found in Math and Stats Tools.