Skip to content

osrm-decentralized/osrm_profiles_india

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

osrm_profiles_india

Primary goal : To adapt OSRM's driving / walking / other profiles to Indian road routing.

This repo has the profiles/folder originally copied from https://github.com/Project-OSRM/osrm-backend/tree/master/profiles

Won't host any of the actual OSRM program here; just the profiles so that this repo stays open to collaboration, PRs etc without affecting the program side.

Note: Keep the original .lua's same as they are in official osrm-backend repo ; clone to new .lua files and edit those.

First thing to do: left-side driving

car-modified.lua:

function setup()
  return {
    properties = {
    ...
      left_hand_driving              = true,
    },

There's lots more to customize here : driving speeds for various conditions, turn delays etc.

About

Customizing OSRM's profiles for routing on Indian roads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages