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

pc-rectify obliterates "views" property in the point cloud #1602

Closed pierotofy closed 1 year ago

pierotofy commented 1 year ago

This yields an improper survey map in the report. The "views" field is stored in the UserData dimension.

image
HeDo88TH commented 1 year ago

I'm working on this :+1:

HeDo88TH commented 1 year ago

The UserData dimension does not get copied to the rectified point cloud https://github.com/OpenDroneMap/ODM/blob/ffa7871c3341580d3b3fbb7fbb495621fdffdfa2/opendm/dem/ground_rectification/io/las_io.py#L24