| Tool Name | Threshold Buffer |
| Tool ID | 9 |
| Library ID | grid_tools |
| Version | 1.0 |
| Author(s) | Victor Olaya (c) 2004 |
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Features | grid, input | FEATURES | Input grid with the features to buffer where valid grid cells are all non-zero, non-NoData values. Cells with a value of 0 or NoData are ignored. | |
| Value | grid, input | VALUE | Secondary input grid with the values used to evaluate the threshold value. | |
| Threshold | grid, input, optional | THRESHOLDGRID | Optional input grid with spatially variable threshold values. | |
| Output | ||||
| Buffer | grid, output | BUFFER | The buffered output grid. Input features are labelled by 2, buffer zones by 1 and all other cells with 0. | |
| Options | ||||
| Threshold Value | floating point number | THRESHOLD | The threshold value to apply. Expansion occurs only if the increase or change is within the threshold. | Default: 0.000000 |
| Threshold Type | choice | THRESHOLDTYPE | The mode of operation. | Available Choices: [0] Absolute [1] Relative (to start cell value) Default: 0 |