Smooth DEM
a function that takes the dem and smooths the values based on a moving window and a statistical function
Window
could be defined by the number of cells or defined by distance (i.e. 1km in each direction)
Statistical function
use the mean/median of all the cells in the window and assign it to the cell
Smooth DEM
a function that takes the dem and smooths the values based on a moving window and a statistical function
Window
could be defined by the number of cells or defined by distance (i.e. 1km in each direction)
Statistical function
use the mean/median of all the cells in the window and assign it to the cell