Distance m (Average Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
{{article end | {{article end | ||
|notes= | |notes= | ||
* Combining a DISTANCE_M set to 0, with some form of [[ | * Combining a DISTANCE_M set to 0, with some form of [[Avg interpolated result type (Average Overlay)|{{nodata}} interpolation]] will effectively produce a [[Grid Overlay]] which "fills up the gaps" of another [[Grid Overlay]]. | ||
|seealso= | |seealso= | ||
* [[Average Overlay]] | * [[Average Overlay]] | ||
* [[ | * [[Avg interpolated result type (Average Overlay)]] | ||
}} | }} |
Revision as of 15:00, 31 January 2024
Icon | Attribute | Unit | Range | Description | Default value |
---|---|---|---|---|---|
DISTANCE_M | m | The radius within which an average value must be computed. | 100 |
The greater the radius, the more cells are included in the calculation of the average.
When the DISTANCE_M is set to 0, no averaging will effectively take place. The Average Overlay will simply display the value it finds as input. This configuration sets up the Average Overlay as an Input overlay.
Notes
- Combining a DISTANCE_M set to 0, with some form of NO_DATA interpolation will effectively produce a Grid Overlay which "fills up the gaps" of another Grid Overlay.