10000 GitHub - kmcarranza/osmwave: Convert OpenStreetMap buildings and roads into Wavefront OBJ 3D models.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kmcarranza/osmwave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSM Wave

Convert OpenStreetMap buildings and roads into Wavefront OBJ 3D models.

hildedal-south-20160321

Dependencies

  • C++11
  • boost
  • libosmium

Building

mkdir build
cd build
cmake
make

Running

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

About

Convert OpenStreetMap buildings and roads into Wavefront OBJ 3D models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%
0