Geolicious / OSMroute

Find routes using OpenStreetMap data
GNU General Public License v2.0
16 stars 3 forks source link

OSMrouter

Find routes using OpenStreetMap data.

ATTENTION: The current API of OpenRouteService.org was reworked. THIS plugin isn't working anymore. Please use OSM tools

Synopsis

This plugin provides an easy way to get routes from Address A to B via C. Furthermore you can create polygons which represents isochrones.

Usage

For route creation type an address for start and destination. You can add a "via" address if you like. A temporary shapefile for the addresses will be created as well. The routing algorithm can be controlled using type of travel ("car", "bicycle", "pedestrian") and can diferentiate between fastest and shortest ways. The API from Openrouteservice.org will allow 1000 calls per hour. The route will be created as a temporary shapefile as well.

Isochrone mapping is possible for a maximum of 30min travel time. You can choose between Recursive Grid (more accurate, slower) and TIN (faster).

All files need to be saved seperately when needed for further analysis.

Installation

Version_changes

Tests

It was tested on Linux Mint/Ubuntu and Windows 7 with QGIS 2.10 and Python 2.7.5+

Contributors

We would like to thank the guys at OpenRouteService.org for this great API.

License

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/