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

Function to assign flows to network edges #286

Open
luukvdmeer opened this issue Dec 6, 2024 · 0 comments
Open

Function to assign flows to network edges #286

luukvdmeer opened this issue Dec 6, 2024 · 0 comments
Labels
feature 🎁 Request a new feature

Comments

@luukvdmeer
Copy link
Owner

Given an OD matrix of flows between nodes, and potentially maximum capacities of edges, it would be nice to be able to assign flows to each edge using flow assignment algorithms. Just as in routing, we could interface here to different backends, as both dodgr and cppRouting already seem to have functionalities for this. One way to integrate this into the existing design could be a edge_flow() function in the same style as the edge measure functions such as edge_length() and edge_circuity().

@luukvdmeer luukvdmeer added the feature 🎁 Request a new feature label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎁 Request a new feature
Projects
None yet
Development

No branches or pull requests

1 participant