Meta project to perform label data import from .osm.pbf files and compute the label elimination sequence afterwards
To clone the project use git clone --recursive https://github.com/krumpefp/label_pipeline.git
in order to initialise submodules.
Using Linux: To install the project use the following commands:
cd label_pipeline
sh install.sh
Hopefully there are no compile errors
To compute a labeling:
- Create a or use one from
config/
- Download an <osm.pbf> file (f.e. from geofabrik)
- Perform the following command
cd bin
./pipeline <config> <osm.pbf>
This will create a new .ce file in the bin directory