-
Notifications
You must be signed in to change notification settings - Fork 33
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
Finding unmapped routes #1124
Comments
Thanks for reaching out. |
The following is the definition of the file to fetch when updating the server's databases with an OSM pbf file: |
Questions on the wiki : Does the algorithm use all the existing roads on the map, or does it only use highways ? I would be really grateful if you could add the steps to set up the server for MacOS as well. Pardon me for troubling you. |
The third step is probably the most complex one code-wise and explanation-wise.
Regarding MacOS, I have recently bought a MacOS but didn't have the time to fully configure a development environment to be able to load the server there. There are two options here regarding MacOS: 1. You can install a windows boot on mac and follow the windows step (I heard it's possible, haven't tried it myself). |
Okay, Thanks a lot. I will try to run it on my mac and let you know. |
It uses a database, the database holds only osm ways that has the highway tag. |
@HarelM , I tried to run the server on Mac, seems like a lot of work. Is it possible for you to just test your algorithm on a couple of GPS traces that I have. No one in my team owns a windows machine, we want to quickly check if we can use your algorithm or not. Don't bother if it's a lot of trouble, but it would really mean a lot if you could help. |
I can try, it might take me a few days though and I can't promise it'll work. Please attach the traces here (preferably a GPX file that you've change its extension to .txt, or zipped it). |
@Nerdyvedi any updates on this? KML can also work ;-) |
@HarelM , Just give me a couple of days. I am trying to find traces which would be a good test for the algorithm, Like traces where a road network is actually missing. |
@Nerdyvedi I have worked in the past few days on the ability to load the site using docker. |
Okay, Thanks a lot for this, It would be really helpful. I will let you know |
I'm closing this issue, feel free to continue writing here, I just don't want this to appear in my issues list. |
Hi, I am very intrigued by the Candidate's algorithm and wish to understand it better and test it's accuracy.
I have GPS traces for some country other than Israel, and wish to test the algorithm's accuracy on them. Also, It would mean a lot if you could elaborate the wiki. I was not really able to understand everything clearly.
Thanks.
The text was updated successfully, but these errors were encountered: