ratrun

Results 75 comments of ratrun

The implementation of this suggested enhancement needs to go along with the final outcome of issue #3042.

With the current master the creation of a custom foot or hike model is already possible. So these custom models could take the `mtb_rating` encoded value into account. But I'm...

Than you for your input. I created a PR, lets see what @karussell decides.

@karussell I think that this issue can be closed now.

Here is the routing result of the example from above using the current state of the PR #3048 with the bike profile without elevation weighting: ![Bildschirmfoto vom 2024-09-15 06-48-15](https://github.com/user-attachments/assets/b5dd8487-5622-40c5-9813-96ab3b5f87d5) @hungerburg...

> now see one problem with the sample route: This section https://www.openstreetmap.org/way/1066950456 was marked closed 25 days ago. With up to date data, the detour will get really long, either...

>Is the change already live on the GraphHopper site? Here is the result using the latest master branch: ![Bildschirmfoto vom 2024-10-25 17-53-45](https://github.com/user-attachments/assets/17f990f6-38f7-4d2d-9843-92176d68db5e) This result differs from the current online instance....

I'm not sure if this change is the way to go: ``` protected void setSpeed(boolean reverse, int edgeId, EdgeIntAccess edgeIntAccess, double speed) { if (speed < avgSpeedEnc.getSmallestNonZeroValue() / 2) {...

>> Or, you can also try with https://github.com/graphhopper/graphhopper/issues/2823 (see https://github.com/graphhopper/graphhopper/pull/3183) and if this fixes the problem here we have another reason to bring this into production e.g. via automatically exclude...