I want to automate the export of an orthomosaic in KMZ format. For example, using the UI I would go File->Export->Export Orthomosaic and then save my file as a google KMZ type.
I assumed that since I must use ExportRaster() to export orthomosaics in TIFF format, that exporting an orthmosaic in KMZ format would be the same.
However, the console spits out "Error: Unsupported extension: .kmz".
I know ExportOrthophotos() exists but that is not really what I am looking for...
Is there a way to export a KMZ orthomosiac using the API?
Thanks!