ana3AIMEC.aimecTools.findStartOfRunoutArea

findStartOfRunoutArea(dem, rasterTransfo, cfgSetup, splitPoint)[source]

find start of runout area point using splitPoint add info on x, y coordinates of point, angle, index - if defineRunoutArea=False - start of runout area is equal to the start of the thalweg -> in this case the entire SL domain represents the runout area

Parameters
  • dem (dict) – dictionary with DEM header and data

  • rasterTransfo (dict) – domain transformation info

  • cfgSetup (configparser object) – configuration for aimec

  • splitPoint (dict) – dictionary with split Point coordinates

Returns

rasterTransfo – updated dictionary with info on start of runout location,…

Return type

dict