Frank &amp; Martian <br><br>Thanks for your prompt replies.<br><br>If I know the coordinate system the file is supposed to be, is there a way I can inject that into the file it&#39;s self ? Without needing to edit the code or setting the GDAL_DATA environment variable ? The file is a GeoTiff ? I&#39;d provide a sample but the file is 100+ M could take a bit. <br>
<br>Court<br><br><div class="gmail_quote">On Fri, Jun 20, 2008 at 6:46 PM, Frank Warmerdam &lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Courtney Schitka wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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;GEOGCS[&quot;unnamed&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;DATUM[&quot;unknown&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SPHEROID[&quot;unretrievable - using WGS84&quot;,6378137,298.257223563]],<br>
 &nbsp; &nbsp; &nbsp; &nbsp;PRIMEM[&quot;Greenwich&quot;,0],<br>
 &nbsp; &nbsp; &nbsp; &nbsp;UNIT[,0.0174532925199433]],<br>
 &nbsp; &nbsp;UNIT[&quot;unknown&quot;,1],<br>
 &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>
</blockquote>
<br></div></div>
Court,<br>
<br>
I *suspect* GDAL is failing to find it&#39;s supporting coordinate system<br>
files. &nbsp;Try setting the GDAL_DATA environment variable to point to the<br>
directory with the files like pcs.csv and ecw_cs.wkt.<br>
<br>
It would also be helpful if you were able to indicate the file format<br>
with the problem, the version of GDAL, and ideally a sample file.<br>
<br>
Best regards,<br><font color="#888888">
-- <br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up &nbsp; | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush &nbsp; &nbsp;| President OSGeo, <a href="http://osgeo.org" target="_blank">http://osgeo.org</a><br>
<br>
</font></blockquote></div><br>