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 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...

As the title says, can I use any road network as the Map Data? Does the map matching code strictly depend on the OSM data? Thank you!

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.2-1003-jdbc4 to 42.2.25. 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.2.25)](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

I am using barefoot map matching algorithm for my Ph.D. project. While saving the output in the file, some matched traces are saved but after some time, it produces an...

I follow the tutorial to build docker and start mapServer , but when I run the python script for test , it doesn't worked. server return success but the coordinates...

According to [Build times out because no output was received](https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received), we should carefully use travis_wait, as it may make the build unstable and extend the build time. [Caching Dependencies and...

When building the docker image according to the instructions, I get the error ``` Downloading http://services.gradle.org/distributions/gradle-1.4-bin.zip Unzipping /root/.gradle/wrapper/dists/gradle-1.4-bin/47n6g3pbi5plc7n8fn58nkinje/gradle-1.4-bin.zip to /root/.gradle/wrapper/dists/gradle-1.4-bin/47n6g3pbi5plc7n8fn58nkinje Exception in thread "main" java.util.zip.ZipException: zip file is empty at...

Hi, I am having an issue building docker on Windows desktop. It fails downloading http://services.gradle.org/distributions/gradle-1.4-bin.zip I can download this using chrome. I have also tried building on different machines with...

SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/Users/twinkle/.p2/pool/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [file:/Users/twinkle/eclipse/jee-2020-06/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/5/0/.cp/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]...

Hi guys, few weeks ago I've started to take a look on this library. It's very clear and powerful :) Matcher server is perfectly what I need to cover a...