Skip to content

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmaps

License

Notifications You must be signed in to change notification settings

civil142/OSMtools

 
 

Repository files navigation

OSM tools

Set of tools to use openrouteservice (ORS) API's as a plugin in QGIS (www.openrouteservice.org).

Note, the master branch is for QGIS v3.x. See branch v2.1 for QGIS v2.x.

See also:

Functionalities

General

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.

Customization

From v2.x/3.x, 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: 40

The 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.

Getting Started

Prerequisite

QGIS versin: min. v2.99

API key: https://openrouteservice.org/sign-up/

Installation

Either from QGIS plugin repository or manually:

  • Copy branch contents to folder named 'OSMtools'
  • Copy folder to OS dependent plugin directory

Contributing

The plugin has undergone a major refactoring while moving to QGIS v3. I'm still in the process of writing unit tests. However, if you'd like to contribute, feel free to fork and create PR's.

License

This project is published under the MIT license, see LICENSE.md for details.

By using this plugin, you also agree to the terms and conditions of OpenRouteService, as outlined here.

About

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmaps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.6%
  • Makefile 8.4%