Deltares / hydromt_delft3dfm

Delft3D FM plugin for HydroMT
https://deltares.github.io/hydromt_delft3dfm/
GNU General Public License v3.0
8 stars 2 forks source link

Setup urban sewer network from global data - Project Overview 💯 #39

Open xldeltares opened 1 year ago

xldeltares commented 1 year ago

Updated (02-12-2023)

This collection of functions is designed to build, optimize, and update a network graph representing an urban drainage system.

The graph is built from OpenStreetMap data and raster datasets representing various geographic and physical features. The network topology is then optimized using graph metrics such as betweenness centrality or maximum flow. Finally, the physical parameters of the network, such as pipe diameter, are updated based on historical rainfall data provided by the user.

The steps can be summarized as follows:

Note that all functions that works with the graph uses function in graph_utils.

Attachment - Flow chart: image

xldeltares commented 1 year ago

Ref: HESS - An algorithm for deriving the topology of belowground urban stormwater networks (copernicus.org) derive urban sewer network from global data_revised.docx

xldeltares commented 1 year ago

Discussion with helene: How should we name the function? is it different from setup pipes? maybe something to discuss later.

xldeltares commented 11 months ago

Image