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

Adding Inneighbour and Outneighbour functions for OSMGraph #6

Open
ThatDezKnightGuy opened this issue Oct 21, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ThatDezKnightGuy
Copy link

The lightOSM OSMGraph is an abstraction of the underlying graph, but it is missing a few of the normal methods of interacting with graph traversal.

A good enhancement would be implementing the inneighbours and outneighbours functions from LightGraphs interfaces to remove dependencies on these functions elsewhere. The functiuons can be wrappers of the functions to pull out the in and out neighbours of the OSMGraph.graph, and it would be good if there were dispatches to let you choose between the OSM node id and the vertex index of the graph.

@captchanjack captchanjack added the enhancement New feature or request label Oct 21, 2020
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

2 participants