This branch contains source code from previous studies.
The source codes are the core functionalities of setting up hybridurb model. They are:
createSewerGraph.py script contains the functions used to build a graph (nodes, edges, nodes attributes, edges attributes) from hydrodynamic model geometry files.
sewerProcessing.py script contains the functions used to optimize a graph - ensuring proper flow paths.
DataExploration.py script contains the functions to explore the calibration data and implement the regression model.
floodMAPPING_funcs.py script contains the helper functions that are called in the above scripts.
Note:
There are two variations for each of the scripts above. the ones that are noted with KW are most recently worked on by Mees to apply for a Korte-Worden case. The ones that are without the notations were the original scripts that were used for Antwerp and Gent case.
The original python version used in the scripts are not supported anymore, so adaptations of the scripts should be expected.
These functions should be properly refactored and documented in seperate issues so this PR should NOT be merged back to main as is.
This branch contains source code from previous studies.
The source codes are the core functionalities of setting up hybridurb model. They are:
Note: