Building routing profiles easily
Find a file
2022-07-05 11:25:11 +02:00
AspectedRouting Add check that priority is always between -100 and +100, see https://github.com/itinero/routing2/issues/30 2022-07-05 11:25:11 +02:00
AspectedRouting.Test Add documentation output 2022-05-04 15:07:57 +02:00
Examples Regenerating the examples, add documentation 2021-02-16 11:58:31 +01:00
output-example Add unfolded generation of lua for better performance 2021-03-05 14:48:42 +01:00
.gitignore Update gitignore 2020-05-20 16:44:47 +02:00
AspectedRouting.sln Nearly working version 2020-05-02 13:09:49 +02:00
AspectedRouting.sln.DotSettings.user Add documentation output 2022-05-04 15:07:57 +02:00
Brainstorm.md Add historical documentation 2021-03-11 16:22:39 +01:00
BuildingAProfile.md Add documentation 2021-02-16 11:59:40 +01:00
README.md Update readme 2021-02-04 11:54:56 +01:00

AspectedRouting

Building routing profiles easily

What is aspected routing

Aspected routing is a system where routeplanning factors are constructed in multiple steps.

First, there are "aspects", which convert a set of attributes into some value (a number, a boolean, a string) - a function of Tags -> a basically. These are grouped together in a profile, which uses these functions to state the behaviour - e.g. wether the vehicle can enter a way, can go both ways or just a single way, how fast it would realistically go, and finally how 'optimal' the road is.

Using AspectedRouting

At the moment, this project takes in a collection of .json-files and converts them into a .lua-script which is compatible with Itinero 1.0 and Itinero 2.0

PR's to support other systems (e.g. OsmAnd) are welcome. However, keep in mind that we will not be able to maintain them for you.