barefoot icon indicating copy to clipboard operation
barefoot copied to clipboard

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.

Results 62 barefoot issues
Sort by recently updated
recently updated
newest added

I follow this suggestion: https://github.com/bmwcarit/barefoot/issues/59 1. For Spark, we upload the bfmap file to HDFS. This allows the Spark executors read the map from HDFS, which should be better than...

Would it be possible to make classes like Matcher, MatcherKState and MatcherCandidate cacheable? Imagine an ongoing process suddenly stopped... You would like to restore the whole system in the point...

caveat: *this is unrelated to `bmwcarit/barefoot`, but about a real life customer with a very specific bug that should absolutely be backlogged/fixed somewhere, not lost in a ~less contextual support...

First: Thanks a lot for that software. I'm using current Git version with Geofabrik Germany/Brandburg dataset from this week and default settings as delivered. Output as slimjson. When I pass...

hi, what is reach of map matching? is limited to certain geographic areas? or countrys? It is necessary to map manually, I still don't understand how it works

Hi guys, I'm working on figuring out how Barefoot really works underneath. While I was looking through the Python scripts that import map data, I figured they could use some...

Is there any way to preserve proximity between road segments in the transform space? For example, spatially close road segments can be assigned distant road segment ids. And similarly, two...

The Docker container now fails to build at the point it attempts osmosis installation (step 6). This error has arisen sometime in the past month, since I (probably needlessly) rebuild...

Hello!Why the function time() returns NULL in class Route when I run the MatcherExample .offline() ? ![微信截图_20190328111801](https://user-images.githubusercontent.com/18572212/55127478-37148700-514b-11e9-815a-ee717c8a5fe1.png) I check the function toDebugJSON() to solve the above problem. I found that...