Skip to content

tpetillon/roofmapper-buildingextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoofMapper building extraction tool

This tool is used to extract data from OpenStreetMap database dumps, for example Geofrabrik extracts.

Dependencies

  • CMake
  • libosmium
  • Expat
  • libbz2
  • zlib
  • Boost filesystem

Compilation

  • cd <build dir>
  • cmake <path to repo clone>
  • make

Usage

buildingextractor <osm extract file> <bin count> <min building size> <output dir>

bin count tell the program to split the input data in multiple bins. It is useful to be able to handle big data sets.

All building whose area is below min building size will be rejected. The unit is roughly square metres. (It is an approximation though.)

About

Building extaction tool for RoofMapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published