Calculates the standard deviation of slope from an input DEM, a metric of roughness described by Grohmann et al., (2011).
def standard_deviation_of_slope(self, dem: Raster, filter_size: int = 11, z_factor: float = 1.0) -> Raster: ...