Hello,
I've written Python code that successfully automates an Agisoft workflow and runs in Agisoft and would like to add a step at the end using gdal_merge after Agisoft exports a blocked orthophoto. Any tips on how to get GDAL functional from a script running within Agisoft? Currently I can run gdal_merge from other places like OSGeo4W shell or a windows batch file that I created. But it would be less steps for users to tack the merge at the end of the script in Agisoft. Maybe this question is more about how to successfully install GDAL into Agisoft's Python environment. Has anyone accomplished this?
Thanks!
Kevin