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