File: README.Debian

package info (click to toggle)
osm2pgrouting 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: cpp: 3,754; python: 3,105; xml: 504; sh: 61; sql: 54; ansic: 46; makefile: 18
file content (23 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (6)
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.