Implementation of a Topological Map Matching Algorithm, based on Blazquez, C., León, R., Pérez, F., & Delgado, L. (2022). Pre-processing techniques for improving a topological map-matching algorithm. In 2022 41st International Conference of the Chilean Computer Science Society (SCCC), pp. 1–6.
Status: Unfinished
PYTHON_INTERPRETER=<QGIS PREFIX>/bin/python3
PIP_PATH=<QGIS PREFIX>/bin/pip3
QGIS_PREFIX_PATH=<QGIS PREFIX>
DATA_PATH=
is the path to the QGIS installation directory. To easily find it, open QGIS and run the following command in the Python console:
QgsApplication.prefixPath()