Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road Segmentation #350

Open
2 tasks
Santonia27 opened this issue Jul 18, 2024 · 0 comments
Open
2 tasks

Road Segmentation #350

Santonia27 opened this issue Jul 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Santonia27
Copy link
Collaborator

Santonia27 commented Jul 18, 2024

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

  • 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)

@Santonia27 Santonia27 added the enhancement New feature or request label Jul 18, 2024
@Santonia27 Santonia27 self-assigned this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant