xdem.DEM.roughness#
- DEM.roughness(window_size=3, mp_config=None)[source]#
Calculates the roughness, the maximum difference between neighbouring pixels, for any window size. Output is in the unit of the DEM (typically meters).
Based on: Dartnell (2000), https://environment.sfsu.edu/node/11292.
- Parameters:
- Raises:
ValueError – If the inputs are poorly formatted.
- Return type:
TypeVar(RasterType, bound= Raster)