<div dir="ltr">Hi,<div><br></div><div>I have a geological map in a pair of files called USGS.tif and USGS.tif.aux.xml</div><div><br></div><div>The XML seems to have ground control points (<SourceGCPs>) and a geographic coordinate system (<SpatialReference>)</div><div><br></div><div>I was hoping that GDAL would treat the file as if it's a GeoTIFF.  But if I run gdalinfo on the .tif, it doesn't seem to read the coordinate system or GCPs.  Instead, I see this:</div><div><br></div><div><div>Driver: GTiff/GeoTIFF</div><div>Files: USGS.tif</div><div>       USGS.tif.aux.xml</div><div>Size is 11451, 12188</div><div>Coordinate System is `'</div></div><div>...</div><div><div>Corner Coordinates:</div><div>Upper Left  (    0.0,    0.0)</div><div>Lower Left  (    0.0,12188.0)</div><div>Upper Right (11451.0,    0.0)</div><div>Lower Right (11451.0,12188.0)</div><div>Center      ( 5725.5, 6094.0)</div></div><div>...</div><div><br></div><div>Am I missing something?  I have GDAL_DATA set appropriately and am using GDAL 2.1.1 on Windows.</div><div><br></div><div>I would like to either treat the .tif + .tif.aux.xml as a GeoTIFF or else translate it to one.</div><div><br></div><div>Thanks very much,</div><div><br></div><div>carl</div></div>