Greetings
I have read This webpage: http://www.gdal.org/frmt_hdf4.html
But I'm having one difficulty

If I have my HDF in my current folder I'm able to do gdalinfo over my file
and then over my layer

gdalinfo HDF4_EOS:EOS_GRID"filename.hdf":POSTEL:data1
and I get all the information
But, if I have my data in other folder (like C:\data)
I do:
gdalinfo C:\data\filename.hdf
and I get a list of layers
and then:
gdalinfo HDF4_EOS:EOS_GRID"C:\filename.hdf":POSTEL:data1
I get:
Open GDAL datasets:
1 N DriverIsNull 512x512x0

How can I apply gdalinfo (or gdalwarp) for cases like this?
THanks
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to