Greetings
I’m trying to apply gdalwarp to a HDF file from a Grass Script in Windows.
THe problem is that when I try to do this
gdalwarp HDF4_EOS:EOS_GRID:“path”:POSTEL:layer I get
1 N DriverIsNULL 512x512x0
THe problem seems to be the path.
My path is
C:\data\hdf\file.hdf and it’s not accepting C:. So It works if I do not use C: but if my data is not in my main hard disk (e.g. D:) it does not work.
Anyone had this problem before (in Windowes because it seems niot to be a problem in Linux).
Thanks