Implement (3.) - Calculation of Shortest Paths in-between Collected Samples

Overview

In this step of the metric implementation, shortest paths in-between reverse-geocoded sample points (step 2) are calculated. This can be done with a library for Python. Alternatively, Maja indicated Openroutservice could be used here.

TODO

  • Implement the calculation.
  • Write tests.
Edited by Lukas Gehrke