Skip to content

Meta project to perform label data import from .osm.pbf files and compute the label elimination order afterwards

License

Notifications You must be signed in to change notification settings

trump-fmi/label_pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

label_pipeline Build Status

Short description

Meta project to perform label data import from .osm.pbf files and compute the label elimination sequence afterwards

Quickstart

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:

  1. Create a or use one from config/
  2. Download an <osm.pbf> file (f.e. from geofabrik)
  3. Perform the following command
  • cd bin
  • ./pipeline <config> <osm.pbf>

This will create a new .ce file in the bin directory

About

Meta project to perform label data import from .osm.pbf files and compute the label elimination order afterwards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.1%
  • CMake 11.9%