<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 18, 2017 at 2:00 PM, jratike80 <span dir="ltr"><<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi" target="_blank">jukka.rahkonen@maanmittauslaitos.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Carl Godkin-2 wrote<br>
<div><div class="gmail-h5">> Hi,<br>
><br>
> I have a geological map in a pair of files called USGS.tif and<br>
> USGS.tif.aux.xml<br>
><br><br>
<br>
</div></div>Hi,<br>
<br>
Image is georeferenced with ground control points. I wonder what happens if<br>
you push it through gdalwarp:<br>
<br>
gdalwarp -s_srs epsg:xxxx -t_srs epsg:xxxx USGS.tif USGS_warped.tif<br>
<br>
-Jukka Rahkonen-<br>
<br>
<br></blockquote><div><br></div><div>Hi Jukka,</div><div><br></div><div>Good idea, but gdalwarp isn't seeing the GCPs either.</div><div><br></div><div><div>gdalwarp -s_srs epsg:26712 -t_srs epsg:26712 USGS.tif warped.tif</div><div>ERROR 1: The transformation is already "north up" or</div><div>a transformation between pixel/line and georeferenced</div><div>coordinates cannot be computed for USGS.tif.</div><div>There is no affine transformation and no GCPs.</div><div>Specify transformation option SRC_METHOD=NO_GEOTRANSFORM to bypass this check.</div></div><div><br></div><div>I don't understand the purpose of the .aux.xml sidecar file.  gdalinfo says it sees it, but does GDAL not actually read it or use any of the contained information (GCPs and CRS)?  That's what it seems like.</div><div><br></div><div>Thanks,</div><div><br></div><div>carl</div></div></div></div>