Greetings<div>I have read This webpage: <a href="http://www.gdal.org/frmt_hdf4.html">http://www.gdal.org/frmt_hdf4.html</a></div><div>But I&#39;m having one difficulty</div><div><br></div><div>If I have my HDF in my current folder I&#39;m able to do gdalinfo over my file and then over my layer</div>
<div><br></div><div>gdalinfo HDF4_EOS:EOS_GRID&quot;filename.hdf&quot;:POSTEL:data1</div><div>and I get all the information</div><div>But, if I have my data in other folder (like C:\data)</div><div>I do:</div><div>gdalinfo C:\data\filename.hdf</div>
<div>and I get a list of layers</div><div>and then:</div><div>gdalinfo HDF4_EOS:EOS_GRID&quot;C:\filename.hdf&quot;:POSTEL:data1</div><div>I get:</div><div>Open GDAL datasets:</div><div>1 N DriverIsNull 512x512x0</div><div>
<br></div><div>How can I apply gdalinfo (or gdalwarp) for cases like this?</div><div>THanks</div><div><br></div><div><br></div>