Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: AndyC on September 04, 2018, 03:15:21 PM

Title: How to add 'description' string to orthomosaic export?
Post by: AndyC on September 04, 2018, 03:15:21 PM
We would like to add a string text to the 'description' field in the tiff metadata when exporting orthomosaic tiffs, (in order to facilitate data management).

Adding strings to the description field is available when exporting orthomosaics via Batch Process in the GUI, but we have not been able to implement this in our Python scripts, and this is not described in the API.

Can anyone offer examples of the arguments to include descriptions in orthomosaic exports?

Any suggestions much appreciated,
Andy
Title: Re: How to add 'description' string to orthomosaic export?
Post by: Alexey Pasumansky on September 05, 2018, 08:33:09 AM
Hello Andy,

Appears that the description is not yet implemented in API for orthomosaic export. We'll try to add it to the next version update.
Title: Re: How to add 'description' string to orthomosaic export?
Post by: AndyC on September 05, 2018, 10:59:08 AM
Ah, thanks for the update Alexey.

It would be useful once added.
Title: Re: How to add 'description' string to orthomosaic export?
Post by: AndyC on February 12, 2019, 03:03:49 PM
Hi Alexey,

Is this implemented yet? (If so, would you be able to share some code?)

Thanks,
Andy
Title: Re: How to add 'description' string to orthomosaic export?
Post by: Alexey Pasumansky on February 12, 2019, 03:30:18 PM
Hello Andy,

Have you tried to use image_description argument.
Title: Re: How to add 'description' string to orthomosaic export?
Post by: AndyC on February 12, 2019, 03:57:21 PM
Not yet, I will do, thanks