Closed brandy125 closed 1 week ago
Thanks @GillesDuvert for the patch.
Unfortunately I am not able to read the file back:
GDL> a=complex(dist(500),dist(500))
GDL> geo={modelpixelscaletag:[0,0,0]}
GDL> write_tiff,'test.tif',a,/complex,geo=geo
GDL> b=read_tiff('test.tif',geo=geon)
Unsupported PIXEL_TYPE: 0
% TIFF_READ: Failed to read TIFF image with defined parameters
% Error occurred at: READ_TIFF 27 /usr/local/share/gnudatalanguage/lib/read_tiff.pro
% $MAIN$
% Execution halted at: $MAIN$
I am getting this error when trying to write a geotiff with complex data and geotag: