Hello, Agisoft Metashape community,
I am currently using Agisoft Metashape Python API version 1.8.5 to generate orthomosaic, DEM, dense cloud, and 3D models. I've been following the code example provided at
https://github.com/agisoft-llc/metashape-scripts/blob/1.8/src/samples/general_workflow.py to accomplish this.
Now, I am looking to expand my workflow and also generate Digital Terrain Model (DTM) images from the same dataset. However, I couldn't find specific information or examples in the documentation or the sample script linked above on how to achieve this.
Could someone please suggest an appropriate solution or guide on how to integrate DTM generation into my existing workflow using Agisoft Metashape Python API version 1.8.5? Any code examples or step-by-step instructions would be greatly appreciated.
Thank you in advance for your assistance!