Skip to content

WebODM/dem2points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dem2points

Extract 3D points from digital elevation models

image

Dependencies

GDAL is the only dependency. To install it run:

sudo apt-get install -y libgdal-dev 

Building

mkdir build && cd build
cmake ..
make

Running

./dem2points -verbose -inputFile dem.tif -outputFile points.ply

Disclaimer

This software is a component of OpenDroneMap. We haven't done much testing outside of its uses within OpenDroneMap so bugs may be present when testing with datasets in the "wild".

Credits

About

Extract 3D points from digital elevation models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors