How to generate COG tiff using agisoft python API 1.8.5

108 Views Asked by At

In agisoft software how to generate COG ortho ,DSM images

2

There are 2 best solutions below

0
dead_PyKto On

Example of general processing workflow via Python is given here: https://github.com/agisoft-llc/metashape-scripts/blob/master/src/samples/general_workflow.py

For further customization check the description of the related classes and methods in API Reference: https://www.agisoft.com/pdf/metashape_python_api_2_0_1.pdf

1
Dhanraj Jain On

You cannot generate cog tiff in Agisoft, but if you really want cog tiff that desperately, You can use another module called "rioviz". You can check the details here https://github.com/developmentseed/rio-viz https://cogeotiff.github.io/rio-cogeo/