Skip to content

Implementation of a map matching algorithm called st-match

Notifications You must be signed in to change notification settings

zhuang-hao-ming/map-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of a map matching algorithm called st-match

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages