This OSRM course is designed for anyone looking to use a free, open-source routing engine. OSRM (Open Source Routing Machine) empowers you to tackle tasks like solving the Traveling Salesman Problem, snapping points to a street network, processing GPS traces, and more. In this course, you'll learn how to interact with the OSRM server using Python.
Here is the link to the GitHub repository to get slides, notebooks and the source code for the final project:
https://github.com/ImadSaddik/OSRM_Course_Python
Link to the 3CodeCamp YouTube channel:
https://www.youtube.com/@3CodeCampers
Link to the official documentation:
https://project-osrm.org/docs/v5.24.0/api/
Link to the OSRM project:
https://github.com/ImadSaddik/OSRM_Course_Python
⭐️ Contents ⭐️
(00:00:00) General introduction
(00:01:11) Introduction
(00:02:36) Installation process
(00:09:11) The route service
(00:30:08) The nearest service
(00:37:17) The table service
(00:42:57) The match service
(00:53:28) The trip service
(01:03:44) Changing global parameters
(01:07:53) Conclusion
#3_code_campers #osrm #routing_engine #python_routing_engine