[OSM-dev] Building routable graph from OSM data

Jukka Rahkonen jukka.rahkonen at latuviitta.fi
Sun Mar 22 19:13:22 UTC 2015


Tim Teulings wrote 2015-03-22 20:48:
> Hello,
> 
>> I am looking for library that is processing OSM data into routing 
>> graph.
>> This graph will be later processed by my program so tight integration 
>> with
>> existing routing engine is unneeded and unwanted.
> 
> libosmscout (libosmscout.sf.net) does generate a routing graph from a
> parsed *.osm or *.osm.pbf file. The routing graph is later used for a
> A* based router implementation. But routing graph and router a
> separated.
> 
> Depending on your needs this may or not may be what you want...
> 
> libsosmscout main goal is being a helpful liberary for offline mobile
> map rendering, routing and POI look up applications.

Spatialite has tools for graphs and routing (virtual network), including 
a special tool for OSM data 
https://www.gaia-gis.it/fossil/spatialite-tools/wiki?name=spatialite_osm_net.

-Jukka Rahkonen-





More information about the dev mailing list