1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
osm2pgrouting - Import OSM data for pgRouting
---------------------------------------------
osm2pgrouting is a command line tool that makes it easy to import
OpenStreetMap data into a pgRouting database. It builds the routing
network topology automatically and creates tables for feature types
and road classes. osm2pgrouting was primarily written by Daniel Wendt
and is now hosted on the pgRouting project site.
Project website: http://www.pgrouting.org/docs/tools/osm2pgrouting.html
Code repository: https://github.com/pgRouting/osm2pgrouting
How to use
----------
osm2pgrouting -file your-OSM-XML-File.osm \
-conf mapconfig.xml -dbname routing \
-user postgres -clean
License
-------
osm2pgrouting is available under the GPLv2 license.
|