jgc234 / optiburb

Cycling route generator for optimum "burbing" route.
MIT License
32 stars 7 forks source link

Not all roads traced #5

Closed philam closed 4 years ago

philam commented 4 years ago

Thanks for this code, it's very interesting!

Just playing around with it and for some reason it misses a couple of random streets and roads within the suburb. There aren't any restrictions or other tags that prevent them from being included.

Example below for Fairfield as a test (loaded into RideWithGPS):

jgc234 commented 4 years ago

I wouldn't ride on Station Street either.. What arguments did you supply?

jgc234 commented 4 years ago

Looks OK on mine (current master).. I did fix up an option that wasn't running the simplify_gpx by default. Also, are you doing an autotrace in RWGPS, or is that the raw import?

./optiburb.py --debug=debug "fairfield, city of yarra, victoria, australia"

Screen Shot 2020-07-31 at 16 51 50

jgc234 commented 4 years ago

Oh, I've managed to reproduce your picture by running an auto-route in RWGPS. That's a nice way to get turn-by-turn, but it seems to takes some shortcuts.. I'm keen to write my own turn-by-turn one day, but I'm not there yet.

Screen Shot 2020-07-31 at 16 59 06

philam commented 4 years ago

Oh right thank you! I guess I'll just deal with the raw import for now :)