<html><div style='background-color:'><DIV class=RTE>Hello,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>First of all, excuse my bad English. It is not my mother language.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I am a Computer Engineer student, and I am working about my lecture project. I am programming a Linux software for processing digital images, saved under HDF format.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I am working with GDAL library, for opening HDF files and other format files in future, but I have troubles about openning the image datasets.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I can open the HDF file with gdalinfo and with my C code, and I can also open other "subdatasets" in these files. However, I cannot open the image dataset. I get a dump.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I attach some lines:</DIV>
<DIV class=RTE>[root@DATANA data]# ls -l<BR>total 745984<BR>-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp; 142746312 dic 10&nbsp; 2004 canary.h5<BR>-rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp; 27284416 may 14 20:47 mod.h5<BR>[root@DATANA data]# gdalinfo HDF5:"mod.h5"://MODIS_SWATH_Type_L1B/Data_Fields/EV_1KM_Emissive<BR>szFilenname mod.h5<BR>Segment violation<BR>[root@DATANA data]# gdal_translate -of JPEG HDF5:"mod.h5"://MODIS_SWATH_Type_L1B/Data_Fields/EV_1KM_Emissive temp.jpg<BR>szFilenname mod.h5<BR>Segment violation<BR>[root@DATANA data]#</DIV>
<DIV class=RTE><BR>Is there any problem with the size of a dataset? How would be the best way to open a HDF file and access its information?</DIV>
<DIV class=RTE><BR>I am afraid that my experience in Linux systems are not so good, so I am in trouble to continue my project. I would thank very much any suggestion or idea about this.</DIV>
<DIV class=RTE><BR>Regards,<BR>Anthony Dorta<BR></DIV></div></html>