You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Horizon is project aimed to do map matching (snap GPS data to map) and routing (find shortest path between two points)
@@ -25,12 +25,12 @@ Demonstration:
25
25
Via _go get_:
26
26
```shell
27
27
go get github.com/LdDl/horizon
28
-
go install github.com/LdDl/horizon/cmd/horizon@v0.9.0
28
+
go install github.com/LdDl/horizon/cmd/horizon@v0.10.0
29
29
```
30
30
31
31
Via downloading prebuilt binary and making updates in yours PATH environment varibale (both Linux and Windows):
32
-
* Windows - https://github.com/LdDl/horizon/releases/download/v0.9.0/windows-horizon.zip
33
-
* Linux - https://github.com/LdDl/horizon/releases/download/v0.9.0/linux-amd64-horizon.tar.gz
32
+
* Windows - https://github.com/LdDl/horizon/releases/download/v0.10.0/windows-horizon.zip
33
+
* Linux - https://github.com/LdDl/horizon/releases/download/v0.10.0/linux-amd64-horizon.tar.gz
34
34
35
35
Check if **horizon** binary was installed properly:
36
36
```shell
@@ -87,11 +87,11 @@ Instruction has been made for Linux mainly. For Windows or OSX the way may vary.
87
87
3. Convert *.osm.pbf to CSV via [osm2ch](https://github.com/LdDl/osm2ch#osm2ch).
88
88
89
89
Notice:
90
-
* osm2ch's default output geometry format is WKT and units is 'km' (kilometers). We are going to change those default values. We are going to extract only edges adapted for cars also.
90
+
* osm2ch's default output geometry format is WKT and units is 'km' (kilometers). We are going to change units to meters. We are going to extract only edges adapted for cars also.
91
91
* Don't forget to prepare contraction hierarchies via flag 'contract=true'
0 commit comments