Re: [gdal-dev] closing file descriptors when using python bindings and HDF5 datasets

2013-07-11 Thread Even Rouault
Le jeudi 11 juillet 2013 13:33:55, Ricardo Filipe Soares Garcia da a écrit : > Hi all > > I am working with HDF5 files and the python bindings to GDAL. I can't seem > to get Python to close the file descriptor whenever I open an HDF5. > > It seems to work fine when I use a geotiff, but not with H

[gdal-dev] closing file descriptors when using python bindings and HDF5 datasets

2013-07-11 Thread Ricardo Filipe Soares Garcia da
Hi all I am working with HDF5 files and the python bindings to GDAL. I can't seem to get Python to close the file descriptor whenever I open an HDF5. It seems to work fine when I use a geotiff, but not with HDF5. I am using GDAL 1.9.2 on Ubuntu 13.04. I think this is a bug but I'd like some conf