-Jukka, <br><br>Well the file is already geo-referenced so I am not trying to add geo-referencing to it. I am trying to remove the SRS from it. So I was hoping that by using gdal_translate -a_srs (EMPTY WKT here). I was hoping that someone could tell me what I needed to put in for a WKT to make the SRS appear to be empty. <br>
<br>Thanks <br>Courtney<br><br><div class="gmail_quote">On Sat, Jun 21, 2008 at 6:26 PM, Jukka Rahkonen &lt;<a href="mailto:jukka.rahkonen@mmmtike.fi">jukka.rahkonen@mmmtike.fi</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 &lt;c.schitka &lt;at&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; writes:<br>
<br>
&gt;<br>
&gt; Can I use gdal_translate to remove an existing SRS in a geotiff and replace it<br>
with an empty one by specifying -a_srs (WHATEVER it is for an empty wkt). If so<br>
what is the wkt format I need to specify for an empty SRSThanks Court<br>
<br>
</div></div>Hi,<br>
<br>
Would you be satisfied with a normal tiff image + world file for georefencing?<br>
That is achieved by<br>
<br>
gdal_translate -of GTiff -co profile=baseline -co tfw=yes<br>
<br>
I have needed that sometimes for cleaning geotiff images containing wrong tags,<br>
for example units in fathoms instead of meters.<br>
<br>
-Jukka Rahkonen-<br>
<br>
<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br>