Hi, I am trying to solve an annoying bug in Thuban. Thuban uses a python gdalwarp module to reproject raster files.
Since gdal 1.5, everything worked fine. But now the following problem occurs. Loading a new raster in Thuban is done like this : 1. Open the file using gdal.Open() to get some info 2. Open the file using gdal.Open() to get the bbox 3. Reproject and draw the file using a python gdalwarp module [1] When loading the first raster, the file is displayed correctly but after that every trial to load another file gives the following error (even loading the same file that worked at the first use): ERROR 4: `[...]/current/thuban/Data/iceland/island.tif' not recognised as a supported file format. The gdal.Open methods continuously return None. There seem to be some corruption of the module there but I really do not know how to debug that. Do someone know how to debug/solve that ? What could be the cause of this ? Thanks in advance for any help. Didrik [1] http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/thuban/libraries/thuban/gdalwarp.cpp?rev=2866&root=thuban&view=markup
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev