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

Create a better line geom #59

Open
alephcero opened this issue May 26, 2023 · 0 comments
Open

Create a better line geom #59

alephcero opened this issue May 26, 2023 · 0 comments
Labels

Comments

@alephcero
Copy link
Collaborator

When a line has several branches, we still need a single linestring representing the line geom. lowess regression is used when the line has branches, but we need something better. Lowess is too coarse. Maybe routing the lowess line using projected points over that line and routing from one to the other through a osmnx line.

We could also use graphs and get the common part and the branching, using the common part geom as it is and producing a lowess with routing over the branching, always going back to the same node that branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant