swn.SurfaceWaterNetwork.adjust_elevation_profile#

SurfaceWaterNetwork.adjust_elevation_profile(min_slope=0.001)#

Check and adjust (if necessary) Z coordinates of elevation profiles.

Parameters:
min_slopefloat or pandas.Series, optional

Minimum downwards slope imposed on segments. If float, then this is a global value, otherwise it is per-segment with a Series. Default 1./1000 (or 0.001).