zhuang-hao-ming / map-match

Implementation of a map matching algorithm called st-match
34 stars 8 forks source link
gps-trajectories machine-learning map-match

ST-Matching

This repository implements a map-matching algorithm for gps trajectories.

Its advantage is that it does not rely on spatial databases such as postgis.

So it's more flexible.

However, the format of the road network data and the raw gps trajectory must be the same as those in the shp/input folder.

You should hardly use it immediately, but you can adapt it to use.

usage

python get_od_path.py

result

result1

result2

reference

  1. st-match