-
Notifications
You must be signed in to change notification settings - Fork 9
feature suggestions #20
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
Comments
Hi, Thank you for your very positive feedback ! 1st feature 2nd feature For your information, I plan to work on the following (big) feature : the ability to convert any spatial dataset (shapefiles, osm.pbf, sf ...) into a routable network. A suivre |
Hi Vincent, Thank you for your reply, I wasn't aware of As for what you are developing, sounds like a huge task ! Not having to import big network shapefiles/pbfs into the environment would be ideal. Good luck ! Best, |
Just seconding the commendation for this library. It's incredible! Thank you. |
Hello Vincent,
This is not an issue, as I haven't had any serious ones using cppRouring, it's actually phenomenal how good it is. We are publishing a paper soon in which all the routing was done with it. In short, thank you for your work ! I have some feature suggestions and I would be happy to contribute to them if you can use an extra pair of hands. The first one is being able to rout by giving geographic coordinates of points, instead of node ids. This would be very handy, I currently made my own function for that using h3 indexing, and if the data gets very big I run a nearest feature search in a postgis database. I am sure it can be sped up in R with some cpp code specific to the package. Having a cppRouting function do it as fast as a database in R would be truly great.
The second feature I would be happy to use and contribute to is a 'network voronoi’ function that from a set of input nodes/coordinates returns a list of sets of nodes from the graph that are nearest to them. Let me know if these seem relevant.
Looking forward to your reply,
Best,
Ivann
The text was updated successfully, but these errors were encountered: