<br><br>I would like to know if it is possible to call gdal_translate on an HDF 4 SUBDATASET specified with an absolute path..<br><br>At the moment I do something like: <br><br><b>gdal_translate -of GTiff -b 1 -b 2 -b 3 -co &quot;PHOTOMETRIC=RGB&quot; HDF4_SDS:UNKNOWN:&quot;AMOD021KM20070202.hdf&quot;:0 out.tif</b><br>
<br>This is called from the working directory (.), where the HDF file lies..<br><br>What if I want to call the gdal_translate utility from somewhere else in the file system?? ie: specify the dataset through absolute path??<br>
<br><br><br>Other thing is that I am trying to do this because I will eventually want to call GDAL utilities from within CGI scripts running in a Apache HTTPD server... I am though still not sure if this is doable and how to link the wanted libraries so that they can be seen by CGI scripts.. <br>
Dos anyone have any experience/suggestions about this ??<br><br>Thanks in advance to all <br clear="all"><br>-- <br>Mattia