com1DFA.debrisFunctions.preparehydrographAreaLine
- preparehydrographAreaLine(inputSimFiles, demOri, cfg)[source]
read hydrograph polygon and values
- Parameters
inputSimFiles (dict) – dictionary containing - hydrographFile: str, path to hydrograph polygon file - hydrographCsv: str, path to hydrograph values (csv-)file
cfg (configparser object) – configuration for simType
demOri (dict) – dictionary with dem info (header original origin), raster data correct mesh cell size
- Returns
hydrLine – contains hydrograph outline and values, among other things: - x, y, z - values: timeStep, thickness, velocity
- Return type
dict