The digital teaching prize by Heidelberg University that was awarded to two members of our institute is featured in a current special edition of the university’s magazine UNISPIEGEL:
Find the full article on “Adjustment to digital formats” (translation by the author) on page 2 of the magazine here (in German). Information on the awardees Dr. Nicole [...]
Read Full Post »
In recognition of the high efforts of lecturers in the past summer semester, the rectorate of Heidelberg University awarded prizes for digital teaching. Two of in total six prizes were awarded to lecturers at the Institute of Geography, which shows the positive recognition of the past semester’s endeavors both from the side of students and [...]
Read Full Post »
Posted in 3D, Lidar Group, Research, Teaching on Oct 10th, 2020
The E-TRAINEE project is a new collaboration project for developing an “E-learning course on Time Series Analysis in Remote Sensing for Understanding Human-Environment Interactions” with Markéta Potůčková (Department of Applied Geoinformatics and Cartography, Charles University Prague) as PI of the project and Heidelberg University, University of Innsbruck and University of Warsaw as project partners. The [...]
Read Full Post »
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 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 »