| Tool Name | Change Grid Values - Flood Fill |
| Tool ID | 39 |
| Library ID | grid_tools |
| Version | 1.0 |
| Author(s) | O.Conrad (c) 2018 |
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Points | shapes, input | POINTS | ||
| Grid | grid, input | GRID | ||
| Output | ||||
| Changed Grid | grid, output, optional | GRID_OUT | ||
| Options | ||||
| Value to be replaced | choice | REPLACE | Available Choices: [0] value at mouse position [1] fixed value Default: 0 | |
| Fixed value to be replaced | floating point number | REPLACE_VALUE | Replace only this value with respect to the specified tolerance. | Default: 0.000000 |
| Tolerance | floating point number | TOLERANCE | Minimum: 0.000000 Default: 1.000000 | |
| Ignore No-Data | boolean | IGNORE_NODATA | Do not fill areas representing no-data. | Default: 1 |
| Fill with No-Data | boolean | FILL_NODATA | Default: 0 | |
| Fill Value | floating point number | FILL_VALUE | Default: 0.000000 | |