[gdal-dev] Warning 6: Driver GTiff does not support D creation option ....

Jan Tappenbeck tappenbeck at widemann.de
Tue Jun 1 07:21:53 EDT 2010


HI !

i try to merge two image with the following command:

gdal_merge -v -o D:\CAD\Schulungen\GDAL\XXXX\test.tif -of GTIFF -co 
--optfile D:\CAD\Schulungen\GDAL\XXXX\filelist.txt

but there only will be one image convert into a ~250 gb file with this 
message:

d:\cad\FWTools2.4.6>gdal_merge -v -o 
D:\CAD\Schulungen\GDAL\XXXX\test.tif -of
  GTIFF -co --optfile D:\CAD\Schulungen\GDAL\XXXX\filelist.txt
Warning 6: Driver GTiff does not support D creation option

Filename: D:\CAD\Schulungen\GDAL\XXXX\44895831.tif
File Size: 10000x10000x3
Pixel Size: 0.100000 x -0.100000
UL:(4489000.000000,5832000.000000)   LR:(4490000.000000,5831000.000000)
Copy 0,0,10000,10000 to 0,0,10000,10000.
Copy 0,0,10000,10000 to 0,0,10000,10000.
Copy 0,0,10000,10000 to 0,0,10000,10000.
d:\cad\FWTools2.4.6>

can anybody help me ???

here the defintion of the images:

Driver: GTiff/GeoTIFF
Files: D:\CAD\Schulungen\GDAL\XXXX\44895830.tif
        D:\CAD\Schulungen\GDAL\XXXX\44895830.tfw
Size is 10000, 10000
Coordinate System is `'
Origin = (4489000.000000000000000,5831000.000000000000000
Pixel Size = (0.100000000000000,-0.100000000000000)
Metadata:
   TIFFTAG_SOFTWARE=IrfanView
   TIFFTAG_XRESOLUTION=0
   TIFFTAG_YRESOLUTION=0
   TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Image Structure Metadata:
   COMPRESSION=JPEG
   INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  ( 4489000.000, 5831000.000)
Lower Left  ( 4489000.000, 5830000.000)
Upper Right ( 4490000.000, 5831000.000)
Lower Right ( 4490000.000, 5830000.000)
Center      ( 4489500.000, 5830500.000)
Band 1 Block=10000x16 Type=Byte, ColorInterp=Red
Band 2 Block=10000x16 Type=Byte, ColorInterp=Green
Band 3 Block=10000x16 Type=Byte, ColorInterp=Blue

and

d:\cad\FWTools2.4.6>gdalinfo D:\CAD\Schulungen\GDAL\XXXX\44895831.tif
Driver: GTiff/GeoTIFF
Files: D:\CAD\Schulungen\GDAL\XXXX\44895831.tif
        D:\CAD\Schulungen\GDAL\XXXX\44895831.tfw
Size is 10000, 10000
Coordinate System is `'
Origin = (4489000.000000000000000,5832000.000000000000000)
Pixel Size = (0.100000000000000,-0.100000000000000)
Metadata:
   TIFFTAG_SOFTWARE=IrfanView
   TIFFTAG_XRESOLUTION=0
   TIFFTAG_YRESOLUTION=0
   TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
Image Structure Metadata:
   COMPRESSION=JPEG
   INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  ( 4489000.000, 5832000.000)
Lower Left  ( 4489000.000, 5831000.000)
Upper Right ( 4490000.000, 5832000.000)
Lower Right ( 4490000.000, 5831000.000)
Center      ( 4489500.000, 5831500.000)
Band 1 Block=10000x16 Type=Byte, ColorInterp=Red
Band 2 Block=10000x16 Type=Byte, ColorInterp=Green
Band 3 Block=10000x16 Type=Byte, ColorInterp=Blue


More information about the gdal-dev mailing list