itinero / routing2

The next version of the Itinero route planner.
Apache License 2.0
7 stars 1 forks source link

Preprocessing brainstorm #15

Open pietervdvn opened 3 years ago

pietervdvn commented 3 years ago

The idea is to take an OSM-stream and amend it with more data, e.g. relations, elevation, ... by generating more tags from external datasets.

This stream can then become a routerdb or a new .osm-file (aka fun preprocessing for others)

At last, this should be easily configurable with a configfile.

See also #4