Agisoft Metashape

Agisoft Metashape => General => Topic started by: Smiki007 on September 22, 2021, 08:55:56 PM

Title: Metashape Bounding Box
Post by: Smiki007 on September 22, 2021, 08:55:56 PM
Helo,
I have only point cloud LAS file, and I want to create the DSM (DEM) model in metashape for it, but when I import the point cloud into metashape, the option Build DEM is grayed out, I know is something about Bounding Box, which is not shown in a model view of Metashape, but  I don´t know what to do. Please help.
PS. I´m using metashape version 1.8.0 Preview Release.
Title: Re: Metashape Bounding Box
Post by: Alexey Pasumansky on September 23, 2021, 02:49:37 PM
Hello Smiki,

Thank you for contacting us.

DEM generation is only possible for referenced projects (point clouds). You can simulate georeferencing by executing the following line in the Console pane:
Code: [Select]
Metashape.app..document.chunk.transform.matrix = Metashape.app..document.chunk.transform.matrixAfter that the Build DEM option will be available in the Workflow menu. I can also suggest to adjust the orientation of the point cloud in the Model view, if needed, using Rotate Object tool before executing the mentioned command.

Please also note that you need to select Extrapolated option in the Build DEM dialog, if there are no aligned cameras in your project.
Title: Re: Metashape Bounding Box
Post by: Smiki007 on September 23, 2021, 04:17:19 PM
Thanks Alexey,
after executing the code Build DEM works, I´ve generate de DEM and export it to GeoTiff.
Thank You, Thank You, Thank You.

Hello Smiki,

Thank you for contacting us.

DEM generation is only possible for referenced projects (point clouds). You can simulate georeferencing by executing the following line in the Console pane:
Code: [Select]
Metashape.app..document.chunk.transform.matrix = Metashape.app..document.chunk.transform.matrixAfter that the Build DEM option will be available in the Workflow menu. I can also suggest to adjust the orientation of the point cloud in the Model view, if needed, using Rotate Object tool before executing the mentioned command.

Please also note that you need to select Extrapolated option in the Build DEM dialog, if there are no aligned cameras in your project.