Convert OpenStreetMap buildings and roads into Wavefront OBJ 3D models.
- C++11
- boost
- libosmium
mkdir build
cd build
cmake
make
To run, you need OSM data in PBF or XML format as well as HGT files (elevation data) for the area your working with.
The resulting model is written to standard out.
./osmwave -e ELEVATION_DIRECTORY OSM_DATA_FILE >model.obj