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

To all users of the library, First of all, I'm sorry for the lack of maintenance of the project and not merging pull requests. I'm maintaining the library for some...

help wanted

Hello, I wanted to change the search radius for roads in special cases. e.g. tunnels/bridges or beacons. But when I have multiple threads which are using the https://github.com/bmwcarit/barefoot/blob/master/src/main/java/com/bmwcarit/barefoot/matcher/Matcher.java class, then...

enhancement
question

We had an issue understanding what are the data points that the Barefoot server returns. It seems that the response from the server contains many points on a given road....

question

With the format option "slimjson" barefoot map matcher returns information about the used road, which can now set in relation to an OSM path (like it's done in #13) Since...

question

There are some rendering issues at wiki chapters Docker container/Docker overview and Docker container/Whitebox. @smattheis #70 will solve it and hopefully improve reading of this chapters

We are looking into using barefoot for our tracking system. As we have cars driving for a long time, the k-state vectors of the cars get quit huge ... We...

enhancement

I'm working on scalable map matching using spark now, can I know when this function can be released. online map matching based on spark streaming

question

Hi, first thank you greatly for this package, it has made my life much easier and is very easy to implement. My issues are already resolved to the extent things...

enhancement

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.2-1003-jdbc4 to 42.3.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=9.2-1003-jdbc4&new-version=42.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

in `Path.java` I note the following method which sums the length of edges in the route including partial lengths of the source and target edges. In both cases this proportion...