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

Street Network View with Valhalla #1963

Closed
angiebs opened this issue Oct 8, 2019 · 3 comments · Fixed by #3206
Closed

Street Network View with Valhalla #1963

angiebs opened this issue Oct 8, 2019 · 3 comments · Fixed by #3206

Comments

@angiebs
Copy link

angiebs commented Oct 8, 2019

Hi,

I would like to know if there is a way to calculate a Street Network View (see image) by using Valhalla.

image

Reading the documentation it seems that has not been implemented, but I can see that Valhalla uses many algorithms and maybe it is possible to have also this functionality.

Thank you

@nilsnolde
Copy link
Member

nilsnolde commented Oct 8, 2019

+1

Related to #1703. I guess Protobuf output format is a general feature being worked on. Would be nice to keep it also in mind for /isochrone endpoint.

For inspiration: Graphhopper has implemented a CSV endpoint in the latest release to stream the road network in order of Dijkstra exporation. Super cool, but not sure what the use cases would be except flashy demos.

@angiebs, in worst case, intersect Valhalla's isolines with whatever street network you're operating it.

@kevinkreiser
Copy link
Member

@angiebs we implemented this in geojson. where each feature is the edge in the order it was expanded by the algorithm. currently it only works for bidirectional a*. have a look at this pr: #1849

@angiebs
Copy link
Author

angiebs commented Oct 11, 2019

Thank you very much for the info kevin.

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

Successfully merging a pull request may close this issue.

3 participants