charlesroper / openrouteservice-examples

:books: (Mostly) real-world examples and inspirations to use the full breadth of ORS services and clients

Home Page:https://openrouteservice.org

Repository from Github https://github.comcharlesroper/openrouteservice-examplesRepository from Github https://github.comcharlesroper/openrouteservice-examples

Jupyter examples to use OpenRouteService

Binder

(Mostly) real-world examples and inspirations to use the full breadth of ORS services and clients.

To get you kick started, click here to start a MyBinder interactive Jupyter server.

Or install locally with

git clone https://github.com/GIScience/openrouteservice-examples.git

# Install the requirements in a virtual env
python -m venv .venv
source .venv/bin/activate

pip install -r requirements

# Launch the Jupyter server on the python directory
jupyter notebook python/

About

:books: (Mostly) real-world examples and inspirations to use the full breadth of ORS services and clients

https://openrouteservice.org

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%