OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.92k stars 1.11k forks source link

Improved DEM generation efficiency #1728

Closed pierotofy closed 11 months ago

pierotofy commented 11 months ago

This PR removes the need for one intermediate raster while creating DEM products (now directly using a VRT).

Also updated RenderDEM to skip generation of blank tiles (common with corridor datasets) and added compression where needed to reduce file sizes and disk I/O.