An open API service indexing awesome lists of open source software.

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

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).