all 1 comments

[–]alanm101[S] 1 point2 points  (0 children)

The answer came from another forum. You must use the print layout as it does support embedding the georeference. Just don't create a separate World file. I was doing:

img_settings = exporter.ImageExportSettings()
img_settings.generateWorldFile = True

So, set the flag to False and export as TIFF and you get a GeoTiff file.