<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I'm trying to understand the corner coordinates info of the following gdalinfo output:<BR>
<BR>
<I>Driver: GTiff/GeoTIFF</I><BR>
<I>Files: mosaicoRe.tif</I><BR>
<I>Size is 2674, 2649</I><BR>
<I>Coordinate System is:</I><BR>
<I>PROJCS[&quot;unnamed&quot;,</I><BR>
<I>&nbsp;&nbsp;&nbsp; GEOGCS[&quot;WGS 84&quot;,</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATUM[&quot;WGS_1984&quot;,</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433],</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],</I><BR>
<I>&nbsp;&nbsp;&nbsp; PROJECTION[&quot;Azimuthal_Equidistant&quot;],</I><BR>
<I>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;latitude_of_center&quot;,-6.2500000000005],</I><BR>
<I>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;longitude_of_center&quot;,36.5166666666677],</I><BR>
<I>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_easting&quot;,0],</I><BR>
<I>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_northing&quot;,0],</I><BR>
<I>&nbsp;&nbsp;&nbsp; UNIT[&quot;metre&quot;,1,</I><BR>
<I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]</I><BR>
<I>Origin = (-4195457.111657013185322,5006607.738502652384341)</I><BR>
<I>Pixel Size = (14.156374416158000,-14.156374416158000)</I><BR>
<I>Metadata:</I><BR>
<I>&nbsp; AREA_OR_POINT=Area</I><BR>
<I>Image Structure Metadata:</I><BR>
<I>&nbsp; INTERLEAVE=PIXEL</I><BR>
<I>Corner Coordinates:</I><BR>
<I>Upper Left&nbsp; (-4195457.112, 5006607.739) (&nbsp; 6d32'32.13&quot;W, 36d42'16.93&quot;N)</I><BR>
<I>Lower Left&nbsp; (-4195457.112, 4969107.503) (&nbsp; 6d25'25.65&quot;W, 36d24'11.72&quot;N)</I><BR>
<I>Upper Right (-4157602.966, 5006607.739) (&nbsp; 6d 9'42.57&quot;W, 36d44'40.08&quot;N)</I><BR>
<I>Lower Right (-4157602.966, 4969107.503) (&nbsp; 6d 2'38.96&quot;W, 36d26'32.65&quot;N)</I><BR>
<I>Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (-4176530.039, 4987857.621) (&nbsp; 6d17'34.10&quot;W, 36d34'25.64&quot;N)</I><BR>
<I>Band 1 Block=2674x1 Type=Byte, ColorInterp=Red</I><BR>
<I>Band 2 Block=2674x1 Type=Byte, ColorInterp=Green</I><BR>
<I>Band 3 Block=2674x1 Type=Byte, ColorInterp=Blue</I><BR>
<BR>
<BR>
<BR>
I'm focusing in the Upper Left info:
<UL>
    <LI>The first pair of numbers are the coordinates of the upper left corner in the spatial reference set ot an azimuthal equidistant projection.
    <LI>The second pair is the long-lat of the same upper left corner.
</UL>
<BR>
If I use the&nbsp;<A HREF="http://"> equations of the azimuthal equidistant projection</A> to transform&nbsp;&nbsp; long=6d32'32.13&quot;W and&nbsp; lat=36d42'16.93&quot;N) I get x = -0.65688 and y = 0.78961, not (-4195457.112, 5006607.739). Why??? I guess I misunderstood some concept of the &quot;Corner Coordinates&quot; of gdalinfo.<BR>
<BR>
Best regards<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>