Implement (2.) - Matching of Samples to Streets or Addresses
Overview
In the second step of the metric implementation, geographical points which have been sampled before, are linked to streets or addresses. ('reverse geocoding')
Afterwards, shortest routes between consecutive points are calculated using a navigation library in Python (step 3).
ToDo
-
Get Docker container with Germany's openstreetmap data and Nominatim up and running. -
Implement a function that takes a geographical point as input, queries it to Nominatim and returns (Nominatim's answer,) a place output. -
Add test.
Edited by Lukas Gehrke