Skip to content

Commit 6627e97

Browse files
committed
README.md
1 parent f548068 commit 6627e97

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,30 @@
22

33
A [QGIS](https://qgis.org)-plugin for matching a route with the [OpenStreetMap](https://www.openstreetmap.org) road network.
44

5+
## Dependencies
6+
7+
The plugin uses the following modules: modules networkx, geophy and heapq
8+
59
## Installation
610

7-
## Dependencies
11+
* Download the file [osm_map_matching.zip](dd)
12+
* From the "Plugin" menu, open "Manage and Install Plugins..."
13+
* Click on "Install from ZIP"
14+
* Select the zip file you just downloaded and press "Install Plugin"
815

916
## How to run
1017

18+
### Add a point vector layer to the current QGIS project
19+
20+
You can use a GPS track in any format that is supported by QGIS. Select the item to import, this must be a sequence of Point (see the figure)
21+
22+
![Select Vector](pictures/how_to_use_select_item.png)
23+
24+
### Open the plugin
25+
26+
On the "Plugin" menu, click on "Analyze" under the "OSM map matching" sub-menu.
27+
28+
![Analyze Window](pictures/how_to_use_analyze_window.png)
29+
30+
1131
## How to use the output
0 Bytes
Binary file not shown.
70.9 KB
Loading

pictures/how_to_use_select_item.png

50.7 KB
Loading

0 commit comments

Comments
 (0)