Sequence of steps to build a multimodal graph of transport and examples of route calculations
It will
- create a new db using your configs.
- Download osm data.
- Build a topologic pedestrian table.
- Build a bus table.
- Using these table it will build 2 graphs, a multimodal one using pedestrian and bus, and a pedestrian only graph.
- Then it will run dijkstra algorithm to show the differences of routing when using the two graphs