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.91k stars 1.11k forks source link

Direct odm_orthophoto georeferencing #1648

Closed pierotofy closed 1 year ago

pierotofy commented 1 year ago

This PR adds support for direct raster georeferencing in the odm_orthophoto module, thus removing the need for an extra gdal_translate invocation.

pierotofy commented 1 year ago

Interestingly, this does not have the improvement in runtime performance that I was expecting; most of the computation time seems to be spent inside GDAL for compression and tiling (not file I/O). It's still a bit faster, but not much. Oh well. Code looks cleaner on the Python side at least.