Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 761 Bytes

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/