Direct neighbourhood functions: window functions (filters)

Calculate statistics in a square window of any size

Syntax:

Result = window...(expression,windowlength)

expression: variable over which statistics are calculated

windowlength: length of the window

window...: one of the window functions


For example:

pcrcalc smooth.map = windowaverage(dem.map, 5 * celllength())