You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the road segments have different length.
To better determine the inundation and damage the segments should be of equal length
Task list
decide segment length
develop method to segment the roads
Use case
No response
Additional Context
I started already on the branch "road_segments" in the get_roads_from_osm function.
The current method connects the end point of a feature but then it misses some detailed features or curves, so this method is not suitable.
Another approach would be to create one long feature of all features per road name (already existing in a dict) and then segment them into separate features/rows but keep internal points and distribute to the segments.
Possible pitfall:
Need to check that the features with the same road name are actually in the same area and not 2 roads with the same name but in another place)
The text was updated successfully, but these errors were encountered:
Kind of request
Adding new functionality
Enhancement Description
currently the road segments have different length.
To better determine the inundation and damage the segments should be of equal length
Task list
Use case
No response
Additional Context
I started already on the branch "road_segments" in the get_roads_from_osm function.
The current method connects the end point of a feature but then it misses some detailed features or curves, so this method is not suitable.
Another approach would be to create one long feature of all features per road name (already existing in a dict) and then segment them into separate features/rows but keep internal points and distribute to the segments.
Possible pitfall:
Need to check that the features with the same road name are actually in the same area and not 2 roads with the same name but in another place)
The text was updated successfully, but these errors were encountered: