Good Day list. <br><br>I write you with kind of an urgent problem today. The company I am doing some consulting for is using GDAL to read a majority of their data. They just purchased 800$ worth of some GeoData from a third party company. Everytime we try an dopen the data through Gdal I get. A problem with trying to create a Coordinate Transform. See error<br>
<br>ERROR: No PROJ.4 translation for source SRS, coordinate<br><br>When I did a Gdal Info on the file. I find this information out<br><br>Coordinate System is:<br>PROJCS[,<br>&nbsp;&nbsp;&nbsp; GEOGCS[&quot;unnamed&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATUM[&quot;unknown&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;unretrievable - using WGS84&quot;,6378137,298.257223563]],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[,0.0174532925199433]],<br>&nbsp;&nbsp;&nbsp; UNIT[&quot;unknown&quot;,1],<br>&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;0&quot;]]<br>
<br><br>Which I think is the root of my problem. Is ther ea good/easy way for me to fix this ? quickly ? <br><br>Thanks Court.<br>