ana3AIMEC.ana3AIMEC.postProcessReference

postProcessReference(cfg, rasterTransfo, pathDict, referenceDF, newRasters)[source]

Apply domain transformation and analyse reference data, e.g. compute runout point

Apply the domain transformation to reference data sets Analyse them. Calculate runout

The output referenceDF contains:

-xRunout: float

x coord of the runout point calculated

-yRunout: float

y coord of the runout point calculated

-sRunout: float

runout point in s coordinate

-lRunout: float

runout point in l coordinate

Parameters
  • cfg (configParser objec) – parameters for AIMEC analysis

  • rasterTransfo (dict) – transformation information

  • pathDict (dict) – dictionary with paths to dem and lines for Aimec analysis and reference data file paths

  • referenceDF (dataFrame) – dataframe one row per reference data set

  • newRasters (dict) – dictionary containing pressure, velocity and flow thickness rasters after transformation for the reference and the current simulation

Returns

  • referenceDataTransformed (dict) – dictionary with refLine, refPoint, refPoly info on reference data set and computed runout line or point - transformed and computed in s l coordinate system

  • referenceDF (dataFrame) – updated df