KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pedro
★ 9
Open GitHub ↗
Pedestrian Routing on OSM
Download README (.md)
Explore Similar Repositories
jet
:
JET, the Java Extraction Tool.
docker-known
:
A fork from davesgonechina's Known (http://withknown.com) Docker container setup with some enhancements
ExpressiveRedirectHandler
:
:leftwards_arrow_with_hook: Expressive/Mezzio middleware for URL Redirect handling
moshas
:
A Java template tool for separating logic from design completely.
ros_industrial_meetings
:
Repository for tracking ROS-Industrial developers meeting minutes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pedro
?
Download (.md)
# 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) and 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.