optiburb
optiburb copied to clipboard
Cycling route generator for optimum "burbing" route.
For small suburbs I kept getting divide by zero errors from the dijkstra progress logging. The _prev_time and _cur_time must have been the same. > Traceback (most recent call last):...
Windows environment, python-3.8.10-amd64, dependencies sorted. I can generate a GPX of my suburb. With new restrictions, I wanted to generate a GPX of everything within 2.5km. > optiburb.py --debug=debug --save-fig...
Hi, it appears that optiburb is incompatible with osmnx 0.16. I'd submit a patch if it was obvious what the correct replacement API call is, but it's not straightforward. Reading...
Unfortunately I'm having the polygon problem as well - tried both options from the other two issues that have since been closed with no luck. Trying to run the 5km...
Docker file to abstract away dependency install etc. ``` docker build . docker run --volume `pwd`:/opt optiburb/latest ./optiburb.py --save-fig --start "1 King William Street, Adelaide, South Australia, Australia" --debug=debug "Adelaide,...