In this tutorial, I cover vehicle route optimization using openrouteservice with the openrouteservice-py wrapper for Python. If you simply need to optimize a single route for a single vehicle with no service time restrictions, you can do this by using the directions API as described in my tutorial about getting directions with Python and ensuring you pass the optimize_waypoints=True
parameter. The below notebook will guide you through doing some more complex optimization examples.
Tag: openrouteservice
Getting Directions in Python with OpenRouteService-py
The below Jupyter notebook shows you how to get directions using openrouteservice and its Python wrapper, openrouteservice-py.
Continue reading “Getting Directions in Python with OpenRouteService-py”