Building routing profiles easily
Find a file
2022-11-02 12:32:11 +01:00
AspectedRouting More invariant-cultures in toString, tests now work, fix 2022-11-02 12:30:53 +01:00
AspectedRouting.Test Split of printing code 2022-11-01 18:05:30 +01:00
Examples Improve documentation, output some general intro in the helptext 2022-10-17 16:02:34 +02:00
output-example Add unfolded generation of lua for better performance 2021-03-05 14:48:42 +01:00
.gitignore Fixed localization of tests. 2022-10-05 17:02:49 +02:00
AspectedRouting.sln Nearly working version 2020-05-02 13:09:49 +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.