Extract 3D points from digital elevation models
GDAL is the only dependency. To install it run:
sudo apt-get install -y libgdal-dev
mkdir build && cd build
cmake ..
make./dem2points -verbose -inputFile dem.tif -outputFile points.plyThis 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".
- Command line parser library modified from https://github.com/mkazhdan/PoissonRecon
