[gdal-dev] GDAL encounters problem with very small files

Matthieu Rigal rigal at rapideye.de
Thu Nov 13 12:02:17 EST 2008


Hi all, hi Frank,

I am encountering problem with gdal_translate and gdalinfo with very little 
images. I have for example a 9*16 pixels image, georeferenced, 16bits and 
8bits, that I have tested in 2 formats : .pix PCIDSK and .tif GTiff.

And both times, I get errors :
gdal_translate: symbol lookup error: gdal_translate: undefined symbol: 
GDALValidateCreationOptions
gdalinfo: symbol lookup error: gdalinfo: undefined symbol: GDALGetFileList

I have attached both tif files in 8bits and 16 bits, with the hope it will 
help. Notice that these images can be open by software like QGis or PCI 
Geomatica...

If you have any ideas or if it is a known bug... let me know !

Best regards,
Matthieu Rigal

PS : it may be related to the bug described before, but just to know, is there 
anything wrong in this portion of Python code :
                    sName = sFile[:-3] + "tif"
                    xImGdal= gdal.Open("%s/%s"%(sImgDir, sFile))
                    driver = gdal.GetDriverByName('GTiff')
                    #ds = driver.CreateDataSource(sName)
                    ds = driver.CopyDataSource(xImGdal, sName)
                    ds.Destroy()


RapidEye AG
Molkenmarkt 30
14776 Brandenburg an der Havel
Germany

Head Office/Sitz der Gesellschaft: Brandenburg an der Havel
Management Board/Vorstand: Wolfgang G. Biedermann
Chairman of Supervisory Board/Vorsitzender des Aufsichtsrates: Axel Schmalz
Commercial Register/Handelsregister Potsdam HRB 17 796
Tax Number/Steuernummer: 048/100/00053
VAT-Ident-Number/Ust.-ID: DE 199331235
DIN EN ISO 9001 certified

*************************************************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

The information in this e-mail is intended for the named recipients
only. It may contain privileged and confidential information. If you
have received this communication in error, any use, copying or
dissemination of its contents is strictly prohibited. Please erase all
copies of the message along with any included attachments and notify
RapidEye AG or the sender immediately by telephone at the number
indicated on this page.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clipped11-8bits.tif
Type: image/tiff
Size: 908 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20081113/99d457a2/clipped11-8bits.tif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clipped11.tif
Type: image/tiff
Size: 616 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20081113/99d457a2/clipped11.tif


More information about the gdal-dev mailing list