Zverik / join_roads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join Roads

This is a quick C++ script for processing the OSM planet file and printing a CSV file of way identifiers.

Usage

mkdir build
cd build
cmake ..
make
./join_roads ~/osm/planet-latest.osm.pbf > planet-roads.csv

Author and License

Written by Ilya Zverev, published under WTFPL license.

About


Languages

Language:CMake 63.6%Language:C++ 20.7%Language:Python 15.7%