Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 730 Bytes

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