https://github.com/project-osrm/osrm-profiles-contrib
Routing profiles contributed by the community; versioned by osrm minor release
https://github.com/project-osrm/osrm-profiles-contrib
Last synced: 6 months ago
JSON representation
Routing profiles contributed by the community; versioned by osrm minor release
- Host: GitHub
- URL: https://github.com/project-osrm/osrm-profiles-contrib
- Owner: Project-OSRM
- License: mit
- Created: 2017-01-20T15:00:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T10:00:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-16T02:03:14.271Z (11 months ago)
- Language: Lua
- Size: 109 KB
- Stars: 36
- Watchers: 21
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osrm-profiles-contrib
Community-driven routing profiles for [osrm-backend](https://github.com/Project-OSRM/osrm-backend).
Note: these are community-driven adaptions to the [default profiles](https://github.com/Project-OSRM/osrm-backend/tree/master/profiles).
### Overview
Profiles are versioned by OSRM major, then minor version.
```
.
├── 5
│ ├── 5
│ │ └── railway
│ │ └── railway.lua
│ └── 6
│ └── boat
│ └── boat.lua
├── LICENSE
└── README.md
```
### Adding Profiles
- [ ] Fork this repository
- [ ] Add your profile to the versioned subdirectory
- [ ] Make sure to add an explanation and (optional) your mail to the profile
- [ ] Open a Pull Request for review
### License
Copyright © 2016 Project OSRM Contributors
Distributed under the MIT License (MIT).