This tool calculates the maximum elevation drop between each grid cell and its neighbouring cells within a digital elevation model (DEM). The user must input a DEM (dem
).
max_upslope_elev_change, min_downslope_elev_change, num_downslope_neighbours
def max_downslope_elev_change(self, raster: Raster) -> Raster: ...