Re: [gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread victor fomin
Even, Thank you for the suggestion to skip the driver, it is ok for me. Concerning other files generated by ENVI, I am not sure how it is working, but I have the only .hdr file after simple opening the CSK imagery. Here is the content of the .hdr file : ENVI description = { COSMO SkyM

Re: [gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread Even Rouault
Selon vf : > > Dear GDAL developers, > > I constate that GDAL (e.g. gdalinfo) fails to open correctly CSK hdf5 files > which have been read before by ENVI software (and .hdr file is generated > near .h5 source file). In this case GDAL uses driver "ENVI/ENVI .hdr > Labelled" instead of HDF5 if the

[gdal-dev] Problem with HDF5 CSK files and .hdr files generated by ENVI

2014-09-15 Thread vf
Dear GDAL developers, I constate that GDAL (e.g. gdalinfo) fails to open correctly CSK hdf5 files which have been read before by ENVI software (and .hdr file is generated near .h5 source file). In this case GDAL uses driver "ENVI/ENVI .hdr Labelled" instead of HDF5 if the file is not present. Sup