Osrm-backend: I Want to make changes in routing algorithm

Created on 5 Apr 2019  路  4Comments  路  Source: Project-OSRM/osrm-backend

Hello, I'm new to OSRM and open source projects. CH or MLD giving optimal time travel path. I want to calculate optimal Fuel Path.

  1. So now I want to change the edge weights(time to fuel). Which part of the code I need to focus on.
  2. For calculating Fuel consumption for each edge, I need to use elevation along the road. So which api I need to use. Please Help me.

Thanks

Most helpful comment

@vinayrachapalli I wrote some docs for this recently, hope they can help you. FYI.

More docs please refer to https://github.com/Telenav/open-source-spec/tree/master/osrm

All 4 comments

OSRM profiles will help you. You may need to write your own profile to represent weight for Fuel.

And feed elevation to the profile using SRTM data.

@wangyoucao577 is there any Documentation to understand profiles code wholly and accurately.
Thanks

@vinayrachapalli I wrote some docs for this recently, hope they can help you. FYI.

More docs please refer to https://github.com/Telenav/open-source-spec/tree/master/osrm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidbarre picture davidbarre  路  4Comments

JamesLawrenceGSI picture JamesLawrenceGSI  路  3Comments

koussaimb picture koussaimb  路  4Comments

grib0 picture grib0  路  4Comments

ifle picture ifle  路  5Comments