Skip to content

Commit

Permalink
wrote README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Lang committed Dec 11, 2015
1 parent db7a08a commit ca39550
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# pedro
##Pedestrian Routing on OSM

pedro follows a different way of creating a routing graph out of OpenStreetMap
data. The main concept is to generate sidewalks and to consider human behaviour
of crossing roads. The plan is also to implement a polygonal routing solution.
The extraction is written into a postgres database. To route on the graph
pgRouting (https://github.com/pgRouting/pgrouting) should work (-;

This is my second project using osmium (https://github.com/osmcode/libosmium) a
nd the GEOS API(https://trac.osgeo.org/geos/). I write pedro in the context of
my bachelor thesis.

#Install

To run you need osmium, pgRouting and whose dependencies. I'm compiling with
gcc (version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)).

But it's not finished at all yet.

0 comments on commit ca39550

Please sign in to comment.