xdem.DEM.profile_curvature

xdem.DEM.profile_curvature#

DEM.profile_curvature(use_richdem=False)[source]#

Calculate the terrain curvature parallel to the direction of the slope in m-1 multiplied by 100.

Based on Zevenbergen and Thorne (1987), http://dx.doi.org/10.1002/esp.3290120107.

Parameters:

use_richdem (bool) – Whether to use RichDEM to compute the attribute.

Raises:

ValueError – If the inputs are poorly formatted.

Return type:

TypeVar(RasterType, bound= Raster)