osmgraphing 0.6.1

Playing around with graphs created via parsing OpenStreetMap data
Documentation

osmgraphing

Build Status latest Build Status master Tag Crates.io Docs

License Last commit

Goal of this student project is parsing openstreetmap data to calculate traffic routes on it.

News

The automatic deployment to crates.io is working. The parser has been finished and can parse Germany in ±8 minutes on a common machine.

The braess-simulation has been implemented. It tries to find potential bottlenecks in street-networks. The idea is to calculate some routes via selfish routing (e.g. fastest path), resulting in routes and theoretical costs. With these selfish-routes, actual route-costs are calculated. These actual costs could be very different to the theoretical costs, since selfish routing leads to bad coverage of the streetgraph. The goal is to reduce the actual costs by removing edges from the streetgraph using the number of routes per edge. The implemented solution runs concurrently and shows some nice issues, but should be seen as starting-point for further digging.

Next steps will be cleaning up a little, before the master-thesis starts. The wiki should explain more implementation-ideas and the visualization of the braess-simulation could be improved. After cleanup, I will do my master-thesis with this project. It will play around with new metrices basing on edge-usages after calculating alternative routes.

Setup and usage

Please refer to setup and usage to get details about the project setup and how to run the code.