graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Can I match CSV traces against the map? #136

Closed XueningQin closed 5 years ago

XueningQin commented 5 years ago

The trajectory I want to match is in CSV file. However, when I perform java -jar matching-web/target/graphhopper-map-matching-web-0.12-SNAPSHOT.jar match matching-core/src/test/resources/*.csv, it will have problems. Therefore, I would like to know if this repo support csv file and if there are some requirements for csv file format.

karussell commented 5 years ago

For questions please use our forum. (you can only use gpx files at the moment not csv)