Sebastian Mattheis

Results 54 comments of Sebastian Mattheis

The fraction is a relative definition of a position along an edge/road which is the linear offset between 0 (source) and 1 (target). See here: https://postgis.net/docs/manual-1.4/ST_Line_Interpolate_Point.html

In a past project, we have used data with three minutes interval which was still okay but results rely consequently mostly on routing between positions. That means, one minute intervals...

In their paper, Newson and Krumm used a probability model that uses the distance to determine the probability of a route being the transition between two matching candidates. The idea...

Is the error related to the HMM break? (Are you aware of what the HMM break means?) Could you please provide the full log output? The problem may be in...

Which version do you use? Have you maybe modified the source code of Barefoot because I cannot map the stack trace to the code of the most recent version of...

Please use the most recent version of the library. I cannot give any support for older versions. The Configuration class has been replaced by the com.bmwcarit.barefoot.roadmap.Loader class. So you can...

I don't understand your question. Can you please provide a bit of context to your question: > MockStates states = new MockStates(new double[][] {{0, 0, 0.6, 1.0, 0.4}, {0.2, 0.3,...

The scheduler package is for parallelization of route computations. Since we usually have some number, say n, of matching candidates for each position measurement, we must calculate approximagely n^2 routes....

First, sorry for the long delay. This is a good feature that I thought of implementing sometime. Here is just a short description, how you could do it (but of...