Is it possible to route in batch?

Hi everyone,

I would like to route 5000 bike trips. The map-matching program can match a directory full of .gpx files, but I am not sure how to do route 5000 “start points” and 5000 “end points”. Is it done through the API?

Here’s what I would do using the map-matching program.

java -jar matching-web/target/graphhopper-map-matching-web-1.0-SNAPSHOT.jar match data/*.gpx

note: I don’t know Java.

edit: looks like people have been looking for this for a while and the solution is to use curl . Batch processing from command line - #9 by Michal_Kvasnicka

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.