<div dir="ltr"><div><div>Even,<br><br><br></div><div>Thank you for the suggestion to skip the driver, it is ok for me.<br></div><div>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.<br><br></div>Here is the content of the .hdr file :<br>--------<br>ENVI<br>description = {<br>  COSMO SkyMed # 3 Prod Type: Level 1A Single-look Complex Sland Acquisition<br>  Mode:ENHANCED SPOTLIGHT Pol: Vertical Tx/Vertical Rx}<br>samples = 19124<br>lines   = 14378<br>bands   = 2<br>header offset = 0<br>file type = ENVI Standard<br>data type = 2<br>interleave = bsq<br>sensor type = COSMO-SkyMed<br>byte order = 0<br>read procedures = {envi_cosmo_read_spatial, envi_cosmo_read_spectral}<br>subset procedure = envi_cosmo_read_scroll<br>wavelength units = Unknown<br>band names = {<br> Real-SCS_U-ENHANCED SPOTLIGHT-VV, Imaginary-SCS_U-ENHANCED SPOTLIGHT-VV}<br>cosmo info = {<br> /S01/SBI, <br> CSKS3_SCS_U_S2_19_VV_RD_SF_20140905173604_20140905173612_qlk_S01_00, none, <br> none, /S01/SBI, <br> CSKS3_SCS_U_S2_19_VV_RD_SF_20140905173604_20140905173612_qlk_S01_01, none, <br> none}<br>-------<br><br><br></div><div>Victor<br></div><div><br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 15, 2014 at 2:48 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Selon vf <<a href="mailto:victor.fomin.1@gmail.com">victor.fomin.1@gmail.com</a>>:<br>
<span class=""><br>
><br>
> Dear GDAL developers,<br>
><br>
> I constate that GDAL (e.g. gdalinfo) fails to open correctly CSK hdf5 files<br>
> which have been read before by ENVI software (and .hdr file is generated<br>
> near .h5 source file). In this case GDAL uses driver "ENVI/ENVI .hdr<br>
> Labelled" instead of HDF5 if the file is not present. Suppression of the<br>
> generated .hdr file can fix the problem. Do you think that it is the only<br>
> solution ?<br>
<br>
</span>Victor,<br>
<br>
You can define GDAL_SKIP=ENVI as environment variable as well to avoid the ENVI<br>
driver to be used at all.<br>
We could/should probably register the ENVI driver in last, so to be sure it is<br>
used only after all other drivers have been tried.<br>
Could you paste the content of the .hdr file ? It is a bit strange that such a<br>
file is generated without a BIL/BIP/BIQ image file that matches it (isn't there<br>
any other file next to the .hdr and .h5 file that would have been generated by<br>
ENVI?). There are perhaps some keywords in that .hdr file that would show it<br>
should be ignored.<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>