bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
664 stars 185 forks source link

How to match multi-trajection and save the matching result? #160

Open dongyu768 opened 2 years ago

dongyu768 commented 2 years ago

I have two simple issues:

(1) If I want to match multi-path at the same time, what should I do? (2) How to save the matching result to file?

I have run the project using "python util/submit/batch.py --host localhost --port 1234 --file src/test/resources/com/bmwcarit/barefoot/matcher/x0001-015.json SUCCESS ..."

Should I install other softwares? I am a new guy, wishing to get some advice, thanks.