[gdal-dev] HDF5 link problem

2009-05-19 Thread Clay, Bruce
I downloaded the latest version of HDF5 from ftp://ftp.hdfgroup.org/HDF5/current/bin/windows/ and am trying to build HDF5 support into GDAL 1.6.1. Unfortuneately when I enable HDF5 suuport in the nmake.opt I get unresolved link errors the interesting thing is that the errors are not just for

Re: [gdal-dev] HDF5 link problem

2009-05-19 Thread Tamas Szekeres
Bruce, I'm using hdf5-1.8.2 and it seems working well. You can obtain the binaries and build SDKs from here: http://vbkto.dyndns.org:1280/sdk/Default.aspx Best regards, Tamas 2009/5/19 Clay, Bruce bc...@ball.com I downloaded the latest version of HDF5 from

[gdal-dev] GDALClose causing segfault

2009-05-19 Thread Wendy Fay Stevenson
Hi I'm using the GDAL api on LINUX to warp an image. I open a GIF image, warp it and save it as a Geotiff virtual file. Then I use CreateCopy to create a GIF file. Everything works fine except occasionally it gives a segfault when I attempt to call GDALClose on the original dataset (opened

Re: [gdal-dev] GDALClose causing segfault

2009-05-19 Thread Frank Warmerdam
Wendy Fay Stevenson wrote: Hi I'm using the GDAL api on LINUX to warp an image. I open a GIF image, warp it and save it as a Geotiff virtual file. Then I use CreateCopy to create a GIF file. Everything works fine except occasionally it gives a segfault when I attempt to call GDALClose on

[gdal-dev] Relax KML driver about xmlns

2009-05-19 Thread Mateusz Loskot
Hi, Would it make sense to relax a bit the KML driver here [1] so it accepts kml root without xmlns attribute? One user reported to me that he is not able to read this file [2] using OGR KML driver and I found this is because of missing xmlns in kml root element. The KML was produced by some

Re: [gdal-dev] Relax KML driver about xmlns

2009-05-19 Thread Roger André
Are you doing any version-dependent actions, or just checking for one of three versions? If not, then yes, I'd say take the namespace requirement out. Roger -- On Tue, May 19, 2009 at 4:30 PM, Mateusz Loskot mate...@loskot.net wrote: Hi, Would it make sense to relax a bit the KML driver