Ok... So what I think I&#39;ve decided to do, is remove the coordinate information from the geotiff. and have GDAL tell me it doesn&#39;t have a proper SRS then promt the user to enter an SRS through a wizard dialogue or something. I know this is possible because we have some geotiffs that don&#39;t have an SRS already, when I do a gdal info I get this <br>
<br>Coordinate System is `&#39; <br><br>Can I through something like a gdal_translate <br><br>Replace this co-ordinate information that&#39;s giving me a hard time with. <br><br>PROJCS[,GEOGCS[&quot;unnamed&quot;,DATUM[&quot;unknown&quot;,SPHEROID[&quot;unretrievable - using WGS84&quot;,6378137,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[,0.0174532925199433]],UNIT[&quot;unknown&quot;,1],AUTHORITY[&quot;EPSG&quot;,&quot;0&quot;]] <br>
<br><br>To simply be empty. If so what&#39;s the make wkt string I need to provide to do so I can&#39;t seem to find it.<br><br>Thank you <br>Courtney<br>