Re: RE : [gdal-dev] GDAL autotest (mrsid_1) crashing on Win64

2011-03-28 Thread Tamas Szekeres
2011/3/28 Kirk McKelvey > Tamas, > > > > I believe this was happening because of a known issue allocating DLL > objects on the heap. I have made the stream objects into member variables > to work around this problem on the trunk (r22052). Let me know if your > tests continue to fail. > > Kirk,

[gdal-dev] strange behaviour of the python bindings in a seldom case

2011-03-28 Thread Matthieu Rigal
Dear GDAL heroes, I have encountered a very strange behaviour of the python bindings. I am using version 1.7.3 with Python 2.6 on a OpenSuse 11 64bits. We developped an in-house C++ python accessor and I get a segmentation fault at a very bizarre place. I am launching following minimal python

Re: [gdal-dev] GDAL18 binary for Windows

2011-03-28 Thread Jorge Arévalo
On Mon, Mar 28, 2011 at 6:02 PM, katrin eggert wrote: > Greetings > I saw that a new GDAL18 was launched and it's available for windows. I would > like to know if it's already available a GDAL binary that I can run without > need of OSGEO or anything like that (just like you have done for GDAL15).

[gdal-dev] Re: strange behaviour of the python bindings in a seldom case

2011-03-28 Thread Matthieu Rigal
Hi all, Sorry for the unnecessary mail to the already very full contribution list... It also crashes after a second call to any other module... So somehow, my accessor let any python module run 2 commands and crash at the third... o_O Still very strange, but on my side, no problem with GDAL here

[gdal-dev] GDAL18 binary for Windows

2011-03-28 Thread katrin eggert
Greetings I saw that a new GDAL18 was launched and it's available for windows. I would like to know if it's already available a GDAL binary that I can run without need of OSGEO or anything like that (just like you have done for GDAL15). Thanks Kat ___ gd

RE: RE : [gdal-dev] GDAL autotest (mrsid_1) crashing on Win64

2011-03-28 Thread Kirk McKelvey
Tamas, I believe this was happening because of a known issue allocating DLL objects on the heap. I have made the stream objects into member variables to work around this problem on the trunk (r22052). Let me know if your tests continue to fail. Kirk. From: Tamas Szekeres [mailto:szeker...@gm

Re: [gdal-dev] Reproject Landsat USGS image

2011-03-28 Thread Luisa Peña
Hello I got a reply to my message stating that " GDAL ignores a flag in the GEOTIF specification that says whether the coordinates are for the center or the lower-left of each pixel. " Is this true? It's exacly what I am obtaining and what Markus Neteler explained me (about the useage of NN metho