Deltares / ra2ce

RA2CE helps to quantify resilience of critical infrastructure networks, prioritize interventions and adaptation measures and select the most appropriate action perspective to increase resilience considering future conditions.
https://deltares.github.io/ra2ce/
Other
10 stars 2 forks source link

Make segment size configurable #467

Closed ArdtK closed 3 months ago

ArdtK commented 4 months ago

Currently edges are segmented in pieces of 100m. OsmNetworkWrapper._download_clean_graph_from_osm

Workflow (OSM)

Conclusion: for OSM no segmentation is done. The edges of the originally downloaded (complex) graph are used

Workflow (Vector)

Conclusion: for Vector no segmentation is done.

Workflow (Shape/Trails)

Tasks

ArdtK commented 3 months ago

Conclusion The network downloaded from OSM/Vector is converted to 2 GeoDataFrames, containing the nodes and edges. These are not segmented.

ArdtK commented 3 months ago

@mjevanmarle will create new issue for segmentation of graph before calculating the damages.