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

Embed GCP information in outputs #1318

Closed pierotofy closed 3 years ago

pierotofy commented 3 years ago

Add postprocess stage, embed GCP info in point cloud VLRs, rasters via GDAL metadata.

Creates a odm_georeferencing/ground_control_points.gpkg file with Ground Control Point information.

pierotofy commented 3 years ago

Fixes #1244