I have this projection for my nasa hdf file:<br><br>Coordinate System is:<br>LOCAL_CS["GCTP projection number 97",<br>    UNIT["Meter",1]]<br>Origin = (-17334194.000000000000000,7344784.825000000186265)<br>
Pixel Size = (25067.525334417932754,-25067.525298634809587)<br><br><br>I tried to reporject my image using gdalwrap and I got:<br><br>ERROR 1: No PROJ.4 translation for source SRS, coordinate<br>transformation initialization has failed.<br>
<br>I am reading this:
<br>
<a href="http://www.gdal.org/ogr/classOGRSpatialReference.html#a04ab13a2ec4ceffd6f802422f95e8f15">http://www.gdal.org/ogr/classOGRSpatialReference.html#a04ab13a2ec4ceffd6f802422f95e8f15</a><br>
<br>
from the array I understand:<br>
<pre>9 Transverse Mercator<br>7 FN<br></pre>
<br><br>how I have to define my -s_srs=?????<br><br>--Nikos Hatzopoulos<br>