vroom-scripts
vroom-scripts copied to clipboard
It's convenient for debugging or solution analysis to be able to plot a gantt-like timeline for vehicle activity (start, end, travel times, service times along with timing constraints). I have...
Fix for #58
I was checking out this issue #31. But when I tried running the script it had two minor issues 1. Incorrect import: due to the change in add_matrix function name...
Trying to execute add_ors_matrix.py returns error: ImportError: cannot import name 'add_matrix' from 'utils.matrix' Changing 'add_matrix' into 'add_matrices' (which is used in add_osrm_matrix.py) rise more errors.
Script that uses Folium to generate a map showing the stops and routes taken by the vehicles. Each vehicle is represented by a different color. Currently, there are 15 possible...