On Tue, Sep 22, 2009 at 4:39 PM, Limei Ran <[email protected]> wrote: > Hi: > > I am trying to read a MOD06_L2 MODIS cloud product downloaded file. The > file is in HDF4 format. I compiled GDAL with HDF4. But, when I use > gdalinfo to check the file information. It did not give me right > information with Longitude and Latitude missing from subdatasets. > My question is: does GDAL with HDF4 handle MOD06_2 MODIS files correctly? > If it does not, what can I do to make it work?
You need to use gdalwarp on the HDF layers. I have a shell script for that which I can send to you if interested. Markus _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
