pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
288 stars 112 forks source link

Read osm data from stdin #245

Open Komzpa opened 5 years ago

Komzpa commented 5 years ago

osm2pgrouting does not support reading the pbf files.

Can it be adapted to read osm xml from stdin, so that it can be paired with osmconvert and perform import without storing the multi-gigabyte file on the filesystem?