Posted in Services, Software on Apr 26th, 2018
As promised we offer some more examples on how to use Openrouteservice for some applications. In this notebook example, we’d like to showcase one way to go about finding an apartment based on OSM data. We’ll using different openrouteservice API’s to help you look for an apartment.
Here is the full example with code and interactive [...]
Read Full Post »
Posted in Services, Software on Apr 22nd, 2018
Great news for all enthusiasts of R stats - the popular open source stats system: the HeiGIT ORS team has developed a package to facilitate querying the openrouteservice API from R. It allows you to painlessly consume the following services:
directions (routing)
geocode
isochrones (accessibilty)
time-distace matrix
pois (points of interest)
You do not have to fiddle with processing any street network data, but will [...]
Read Full Post »
Posted in Events, Services on Apr 9th, 2018
Exactly 10 years ago openrouteservice.org came online for the very first time. Back then it was the very first online routing service consuming data from OpenStreetMap.org covering larger areas. So to say it is ‘the original‘ OSM routing service. It initially started with Germany only and soon we provided routing for Europe and finally the [...]
Read Full Post »
Posted in Events, Research on Apr 8th, 2018
Prof. Dr. Alexander Zipf is a invited keynote speaker at the 26th annual GIScience Research UK conference (GISRUK) will be held at the University of Leicester on 17-20 April 2018.
On Thursday April 18th he will give a talk on “Operationalising Volunteered Geographic Information - From Analytics to Improvement and Application“.
Much research has been conducted to [...]
Read Full Post »
Posted in Events, Services, Software on Mar 21st, 2018
Are you at the FOSSGIS.de conference in Bonn this week? Don’t miss the lightning talk by Stefan Eberlein on OpenStreetMap Extracts as a Service in near “Real-Time”.
Date: 22.03., 9:4 am.
Room: Alfred-Philippson-Hörsaal
Lightning Talk: OpenStreetMap-Extrakte als Service in nahezu “Real-Time”
Track: Freie Daten
The Real-time OSM data extraction service provides individual OSM extracts in near real-time. The software was [...]
Read Full Post »
Posted in Services on Feb 28th, 2018
Restricting Borders in openrouteservice
Have you ever wanted to route between countries in Europe but only cross Schengen borders? Or maybe route from Detroit to Buffalo without crossing into Canada? Well now with openrouteservice you can! With the introduction of the new border crossing restrictions feature on driving profiles, you can tell the openrouteservice API to avoid [...]
Read Full Post »
Posted in Publications on Feb 9th, 2018
Tailored routing and navigation services utilized by wheelchair users (such as provided by OpenRouteService.org ) require certain information about sidewalk geometries and their attributes to execute efficiently. Except some minor regions/cities, such detailed information is often not sufficiently present in current versions of crowdsourced mapping databases including OpenStreetMap. In a recent study (1) we aim [...]
Read Full Post »
Posted in Jobs on Feb 7th, 2018
Die Abteilung Geoinformatik sucht Studentische Hilfskräfte zur Unterstützung in mehreren hoch aktuellen Forschungsbereichen in einem interdisziplinären dynamischen Team, u.a. z.B. für:
Big Spatial Data Analytics z.B. OpenStreetMap History Analysen, Social Media Analytics etc. z.B. http://ohsome.org
Landnutzungsklassifikation auf Basis von OpenStreetMap, Satellitenbildern, etc. z.B. http://OSMlanduse.org
Disaster-Management für [...]
Read Full Post »
Posted in OSM, Services on Feb 5th, 2018
Wie komme ich als Rollstuhlfahrer am besten vom Marktplatz zur Stadthalle? Und welche Wege ohne Hindernisse bieten sich für Eltern mit Kinderwagen durch die Altstadt an? Ein neuer Routenplaner auf Basis von openrouteservice.org soll künftig barrierefreie Wege in Heidelberg aufzeigen, zunächst in der Altstadt und in Bergheim. Seit Dezember 2017 arbeitet die Stadt Heidelberg in Kooperation [...]
Read Full Post »
Posted in Services on Feb 3rd, 2018
We have finally developed a pretty handy python API for all of you pythoniasts out there. This library makes requests to the openrouteservice API extremely simple. With this you will be able to query the following services with a couple of lines of python code.
directions
matrix
geocoding
isochrones
To provide a quick and dirty example::
import openrouteservice
coords = ((8.34234,48.23424),(8.34423,48.26424))
client = [...]
Read Full Post »