Dear Forum,
I'm having trouble upgrading various parts of my code to 1.3, in particular the exportDem and using a local coordinate system. I am pasting my bad code below and greatly appreciate any help you might offer.
With best regards,
James
for chnk in PhotoScan.app.document.chunks:
filename = folder2 + '/' + chnk.label + '_DEM1cmPixels.tif'
chnk.exportDem(filename, PhotoScan.RasterFormatXYZ, PhotoScan.ImageFormatTIFF, Projection=chunk.crs, , .01, .01, , -32767, False, True, False)
print(filename)