Welcome to the OSRM course in Python repository! Here, you'll find notebooks, slides, and a YouTube series to help you learn how to use OSRM step by step.
notebooks/
: Jupyter notebooks with examples.slides/
: Presentation slides used in the YouTube series.data/
: Datasets used in the tutorials.
In this YouTube series, we show you how to set up OSRM and use its services.
-
Clone this repository:
git clone [email protected]:ImadSaddik/OSRM_Course_Python.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Open the notebooks in the
notebooks/
directory and start learning!
- Basic Python knowledge
- Familiarity with data structures and JSON
- OSRM installed locally, watch this video to install it locally.
We welcome contributions! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
For any questions or feedback, please reach out to [email protected] or leave a comment on the YouTube videos.
Happy learning, and enjoy your journey while learning about OSRM.