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

Since `grep` returns with exit code 0 when the search string is found, it can be used directly on the `if`. Also, using the `-s` option there's no need to...

It would be useful to have a MatcherKState generic on the sample class; ```java public class MatcherKState extends KState ``` This would make the code from https://github.com/bmwcarit/barefoot/issues/92#issuecomment-372008797 more type-safe: ```java...

enhancement

Hello: Recently, I found there is a new algorithm called "upper-bounded origin destination table (UBODT)", it's basically a precomputed shortest path hash table: https://github.com/cyang-kth/fmm IMHO, since the Dijkstra router is...

enhancement

https://github.com/bmwcarit/barefoot/blob/master/src/main/java/com/bmwcarit/barefoot/matcher/Matcher.java#L208 Why do we reduce the emission if we have a heading, should not we increase the emission value?

question

Hello, I made some minor change to make sure we can get raw GPS sample id from matched candidate rather than generate a UUID id for candidate. Hope it useful.

Solution: add some whitespaces to correct rendering of code blocks and enumerations of wiki/home.md

`mvn install` creates two "with-dependencies" JARs: "matcher" and "tracker". Using the `mvn deploy` command (after setting a remote repository) uploads both of these using the same name: `com/bmw-carit/barefoot/0.1.1/barefoot-0.1.1-jar-with-dependencies.jar`. Depending on...

During map-matching, I was seeing occassional failures due to StackOverflow: ``` 17/06/23 04:02:11 WARN TaskSetManager: Lost task 1351.0 in stage 3.0 (TID 12713, 172.17.20.7): org.apache.spark.SparkException: Task failed while writing rows...

OSM maps for UK occassionally use integers for speed limits in MPH. Also, some roads have textual limits like "national". To handle these properly, it is useful to be able...

You can use both input and output or just one of those. You can also select dynamically output using tag "format":"geojsonfeatures" in the request. You can select at startup --geojsonfeature...