Note, only QGIS v3.x is supported.
Set of tools to use openrouteservice (ORS) API's as a plugin in QGIS.
OSM Tools gives you easy access to the following API's:
In case of issues/bugs, please use the issue tracker.
In case of questions, please ask our forum.
See also:
- Rate limits
- Developer dashboard
- ORS developer documentation
- ORS openrouteservice-py on PyPi
- OSM Tools plugin in QGIS repo
Use QGIS to generate input for routing, isochrones and matrix calculations powered by ORS, either via clicking coordinates in the map canvas or using point layers for batch operation.
The tool includes a config.yml to set the basic config parameters for openrouteservice:
base_url: https://api.openrouteservice.org
api_key:
req_per_min: 40The api_key is updated dynamically from the UI. However, if you're running a local ORS version, you want to change the base_url. If your API key is eligible for higher rate limits than 40 req/min, you can also specify this here.
QGIS versin: min. v3.0
API key: https://openrouteservice.org/sign-up/
Either from QGIS plugin repository or manually:
- Download ZIP file from Github
- Unzip folder contents and copy
OSMtoolsfolder to:- Linux:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins - Windows:
C:\Users\USER\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins - Mac OS:
Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
- Linux:
This project is published under the GPLv3 license, see LICENSE.md for details.
By using this plugin, you also agree to the terms and conditions of OpenRouteService, as outlined here.