Re: [OSRM-talk] Need help: Customizing weights in Profile shows inconsistent results with Dijsktra

2020-04-16 Thread Niharika Shrivastava
Thank you for your reply! I analyzed the full JSON response using the "steps" parameter to check individual weight values for each edge. It looks like the weights are dependent on the duration value calculated. I did not specify how to calculate the duration value at all and assumed its the

Re: [OSRM-talk] Need help: Customizing weights in Profile shows inconsistent results with Dijsktra

2020-04-14 Thread Daniel Patterson via OSRM-talk
I would say that the first thing to do to diagnose the problem is to find the shortest possible path (fewest edges) that exhibit this problem for you. At first glance, I'd say that your BPR values aren't what you think they are somewhere along your route, but it's impossible to say exactly where

[OSRM-talk] Need help: Customizing weights in Profile shows inconsistent results with Dijsktra

2020-04-14 Thread Niharika Shrivastava
Hello, I'm new to OSRM and I went through previous issues and couldn't find much related to this, hence posting it here. I had used a python library OSMnx to extract Singapore's data and changed certain edge attributes for it. I calculated an edge attribute `"BPR"` (float) and stored it in the