Skip to content

Commit

Permalink
📚 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyang-kth committed Jan 20, 2020
1 parent 7c9f03d commit c94e928
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ This project is an implementation of the fast map matching (FMM) algorithm intro
- Support **city level** road network (100,000 edges tested) and **millions of GPS records**
- Tested on Ubuntu, :tada: Windows and :tada: Mac platform (C++ program).
- Python API (a preliminary version tested on Ubuntu and Windows system)
- :tada: A web application under the `web_demo` folder is designed for map matching on OpenStreetMap. A tutorial is provided at [OSM map matching](https://github.com/cyang-kth/osm_mapmatching) and screenshots are shown below.

### Get started with fmm

- Map matching with Shapefile: check the [example](https://github.com/cyang-kth/fmm/tree/master/example)
- Map matching with OpenStreetMap: check the tutorial at [OSM map matching](https://github.com/cyang-kth/osm_mapmatching)
- Interactive exploration of Map matching: a web application under the `web_demo` folder is designed for map matching on OpenStreetMap and screenshots are shown below.

<img src="img/demo1.gif" width="400"/> <img src="img/demo2.gif" width="400"/>

Expand Down

0 comments on commit c94e928

Please sign in to comment.