Mario,<br><br>From what I can tell the output of the gdalinfo is fine, I'm guessing that it is the correct mercator / dms coords of the bounding box?<br><br>Upper Left  ( 1299378.125, 5588829.177) ( 11d40'21.04"E, 44d59' 3.39"N)<br>

Lower Left  ( 1299378.125, 5588715.716) ( 11d40'21.04"E, 44d59' 0.79"N)<br>
Upper Right ( 1299486.510, 5588829.177) ( 11d40'24.55"E, 44d59' 3.39"N)<br>
Lower Right ( 1299486.510, 5588715.716) ( 11d40'24.55"E, 44d59' 0.79"N)<br><br><br>I would try the gdalwarp using the -s_srs flag<br><br>gdalwarp -s_srs EPSG:900913 -t_srs  "+proj=utm +zone=32 +datum=wgs84" tempfile.tif tempfile-warp.tif<br>
<br>or<br><br>gdalwarp -s_srs EPSG:3857 -t_srs  "+proj=utm +zone=32 +datum=wgs84" tempfile.tif tempfile-warp.tif<br><br>Regards<br>
<br><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 December 2012 04:15, Mario Cavicchi <span dir="ltr"><<a href="mailto:cavicchi@ferrara.linux.it" target="_blank">cavicchi@ferrara.linux.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">The contents of the frmt_wms_googlemaps_tms.xml:<br>
<br>
<GDAL_WMS><br>
    <Service name="TMS"><br>
<br>
<ServerUrl><a href="http://mt.google.com/vt/lyrs=s&x=$%7Bx%7D&y=$%7By%7D&z=$%7Bz%7D" target="_blank">http://mt.google.<u></u>com/vt/lyrs=s&amp;x=${x}&amp;<u></u>y=${y}&amp;z=${z}</a></ServerUrl><br>

    </Service><br>
    <DataWindow><br>
        <UpperLeftX>-20037508.34</<u></u>UpperLeftX><br>
        <UpperLeftY>20037508.34</<u></u>UpperLeftY><br>
        <LowerRightX>20037508.34</<u></u>LowerRightX><br>
        <LowerRightY>-20037508.34</<u></u>LowerRightY><br>
        <TileLevel>20</TileLevel><br>
        <TileCountX>1</TileCountX><br>
        <TileCountY>1</TileCountY><br>
        <YOrigin>top</YOrigin><br>
    </DataWindow><br>
    <Projection>EPSG:900913</<u></u>Projection><br>
    <BlockSizeX>256</BlockSizeX><br>
    <BlockSizeY>256</BlockSizeY><br>
    <BandsCount>3</BandsCount><br>
    <MaxConnections>5</<u></u>MaxConnections><br>
    <Cache /><br>
</GDAL_WMS><br>
<br>
the gdalinfo:<br>
<br>
Driver: GTiff/GeoTIFF<br>
Files: tempfile.tif<br>
Size is 363, 380<br>
Coordinate System is:<br>
PROJCS["Google Maps Global Mercator",<br>
    GEOGCS["WGS 84",<br>
        DATUM["WGS_1984",<br>
            SPHEROID["WGS 84",6378137,298.257223563,<br>
                AUTHORITY["EPSG","7030"]],<br>
            AUTHORITY["EPSG","6326"]],<br>
        PRIMEM["Greenwich",0],<br>
        UNIT["degree",0.<u></u>0174532925199433],<br>
        AUTHORITY["EPSG","4326"]],<br>
    PROJECTION["Mercator_1SP"],<br>
    PARAMETER["central_meridian",<u></u>0],<br>
    PARAMETER["scale_factor",1],<br>
    PARAMETER["false_easting",0],<br>
    PARAMETER["false_northing",0],<br>
    UNIT["metre",1,<br>
        AUTHORITY["EPSG","9001"]]]<br>
Origin = (1299378.124538742238656,<u></u>5588829.177167181856930)<br>
Pixel Size = (0.298582141697407,-0.<u></u>298582141697407)<br>
Metadata:<br>
  AREA_OR_POINT=Area<br>
Image Structure Metadata:<br>
  INTERLEAVE=PIXEL<br>
Corner Coordinates:<br>
Upper Left  ( 1299378.125, 5588829.177) ( 11d40'21.04"E, 44d59' 3.39"N)<br>
Lower Left  ( 1299378.125, 5588715.716) ( 11d40'21.04"E, 44d59' 0.79"N)<br>
Upper Right ( 1299486.510, 5588829.177) ( 11d40'24.55"E, 44d59' 3.39"N)<br>
Lower Right ( 1299486.510, 5588715.716) ( 11d40'24.55"E, 44d59' 0.79"N)<br>
Center      ( 1299432.317, 5588772.447) ( 11d40'22.80"E, 44d59' 2.09"N)<br>
Band 1 Block=363x7 Type=Byte, ColorInterp=Red<br>
Band 2 Block=363x7 Type=Byte, ColorInterp=Green<br>
Band 3 Block=363x7 Type=Byte, ColorInterp=Blue<br>
<br>
<br>
Regards,<br>
Mario<br>
<br>
<br>
On 12/05/2012 09:51 PM, Travis Kirstine wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
what do the contents of the frmt_wms_googlemaps_tms.xml and the output<br>
of gdalinfo tempfile.tif look like<br>
<br>
<br>
On 5 December 2012 12:48, Mario Cavicchi <<a href="mailto:cavicchi@ferrara.linux.it" target="_blank">cavicchi@ferrara.linux.it</a><br></div><div class="im">
<mailto:<a href="mailto:cavicchi@ferrara.linux.it" target="_blank">cavicchi@ferrara.<u></u>linux.it</a>>> wrote:<br>
<br>
    Hi folks,<br>
    Maybe this question is old, but I don't find an answer on Internet.<br>
    If I perform this command:<br>
<br>
    gdal_translate -outsize 50% 50% -of GTiff -projwin<br>
    1299378.2102987265 5588829.1661406181 1299486.6170906540<br>
    5588715.6742054483 frmt_wms_googlemaps_tms.xml tempfile.tif<br>
<br>
    the image obtained is perfect in term of area of interest, but the<br>
    georeference is wrong if I open the image with ENVI.<br>
    I think that it is caused for the "Google Maps Global Mercator", but<br>
    I don't know how I can convert the projection to (for example) an<br>
    UTM projection or something else. I tried to reproject using gdalwarp:<br>
<br>
    gdalwarp -t_srs "+proj=utm +zone=32 +datum=wgs84" tempfile.tif<br>
    tempfile-warp.tif<br>
<br>
    but, still wrong georeference.<br>
<br>
    Someone can help me?<br>
<br>
    --<br>
    Ciao,<br>
             Mario<br>
<br></div><div class="im">
    [ Web Info: <a href="http://members.ferrara.linux." target="_blank">http://members.ferrara.linux.</a>_<u></u>_it/cavicchi<br>
    <<a href="http://members.ferrara.linux.it/cavicchi" target="_blank">http://members.ferrara.linux.<u></u>it/cavicchi</a>> ]<br>
    ______________________________<u></u>___________________<br>
    gdal-dev mailing list<br>
    <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a> <mailto:<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.<u></u>org</a>><br>
    <a href="http://lists.osgeo.org/__mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/__<u></u>mailman/listinfo/gdal-dev</a><br>
    <<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/gdal-dev</a>><br>
<br>
<br>
</div></blockquote>
<br><div class="HOEnZb"><div class="h5">
<br>
-- <br>
Ciao,<br>
        Mario<br>
<br>
[ Web Info: <a href="http://members.ferrara.linux.it/cavicchi" target="_blank">http://members.ferrara.linux.<u></u>it/cavicchi</a> ]<br>
______________________________<u></u>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br></div>