Corrado,<br><br>I see that the two projections are essentially the same. You may not need gdalwarp after all. Try the gdal_translate utility with the -a_srs option to specify the Coordinate System of the output file.<br><br>
Tell us how it goes.<br><br><div class="gmail_quote">On Sat, Jun 4, 2011 at 3:30 PM, Corrado Guarino Lo Bianco <span dir="ltr">&lt;<a href="mailto:guarino@ce.unipr.it">guarino@ce.unipr.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
I&#39;m a QLandkarteGT user (QLandkarteGT is based on GDAL) and I&#39;m having a problem related to map formats. I use ecw maps in conjunction with DEM data stored in geotiff files. In the past I was using GDAL 1.7.2 and I had no problems. Recently I switched to GDAL 1.8.0 and now QLandkarteGT says that there is no matching between the projection used for the maps and that used for DEM data, nevertheless I&#39;m still adopting the same files. By means of gdalwarp, I have made several unsuccessful attempts to convert DEM data into a format suitable to be used in conjunction with ecw maps.<br>

Can someone help me?<br>
These are the outputs I get from the ecw and the tiff files when I run gdalinfo:<br>
<br>
Driver: ECW/ERDAS Compressed Wavelets (SDK 3.x)<br>
Files: /media/IGM 25000/IGM 25.000 - Emilia Romagna.ecw<br>
Size is 96000, 64000<br>
Coordinate System is:<br>
PROJCS[&quot;NUTM32&quot;,<br>
    GEOGCS[&quot;WGS 84&quot;,<br>
        DATUM[&quot;WGS_1984&quot;,<br>
            SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,<br>
                AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>
            TOWGS84[0,0,0,0,0,0,0],<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>
        PRIMEM[&quot;Greenwich&quot;,0,<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],<br>
        UNIT[&quot;degree&quot;,0.0174532925199433,<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;9108&quot;]],<br>
        AXIS[&quot;Lat&quot;,NORTH],<br>
        AXIS[&quot;Long&quot;,EAST],<br>
        AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],<br>
    PROJECTION[&quot;Transverse_Mercator&quot;],<br>
    PARAMETER[&quot;latitude_of_origin&quot;,0],<br>
    PARAMETER[&quot;central_meridian&quot;,9],<br>
    PARAMETER[&quot;scale_factor&quot;,0.9996],<br>
    PARAMETER[&quot;false_easting&quot;,500000],<br>
    PARAMETER[&quot;false_northing&quot;,0],<br>
    UNIT[&quot;Meter&quot;,1]]<br>
Origin = (510000.000000000000000,5000000.000000000000000)<br>
Pixel Size = (2.500000000000000,-2.500000000000000)<br>
Corner Coordinates:<br>
Upper Left  (  510000.000, 5000000.000) (  9d 7&#39;37.99&quot;E, 45d 9&#39;12.26&quot;N)<br>
Lower Left  (  510000.000, 4840000.000) (  9d 7&#39;26.87&quot;E, 43d42&#39;46.65&quot;N)<br>
Upper Right (  750000.000, 5000000.000) ( 12d10&#39;40.88&quot;E, 45d 6&#39;33.26&quot;N)<br>
Lower Right (  750000.000, 4840000.000) ( 12d 6&#39; 3.79&quot;E, 43d40&#39;15.39&quot;N)<br>
Center      (  630000.000, 4920000.000) ( 10d37&#39;59.07&quot;E, 44d25&#39;17.84&quot;N)<br>
Band 1 Block=96000x1 Type=Byte, ColorInterp=Red<br>
  Overviews: 48000x32000, 24000x16000, 12000x8000, 6000x4000, 3000x2000, 1500x1000, 750x500, 375x250<br>
Band 2 Block=96000x1 Type=Byte, ColorInterp=Green<br>
  Overviews: 48000x32000, 24000x16000, 12000x8000, 6000x4000, 3000x2000, 1500x1000, 750x500, 375x250<br>
Band 3 Block=96000x1 Type=Byte, ColorInterp=Blue<br>
  Overviews: 48000x32000, 24000x16000, 12000x8000, 6000x4000, 3000x2000, 1500x1000, 750x500, 375x250<br>
<br>
<br>
<br>
Driver: GTiff/GeoTIFF<br>
Files: /media/Dati/Documenti/gps tuner/Altimetrie Italia/Emilia Romagna/Emilia_Romagna.tif<br>
Size is 4074, 4262<br>
Coordinate System is:<br>
PROJCS[&quot;WGS 84 / UTM zone 32N&quot;,<br>
    GEOGCS[&quot;WGS 84&quot;,<br>
        DATUM[&quot;WGS_1984&quot;,<br>
            SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,<br>
                AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>
        PRIMEM[&quot;Greenwich&quot;,0],<br>
        UNIT[&quot;degree&quot;,0.0174532925199433],<br>
        AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],<br>
    PROJECTION[&quot;Transverse_Mercator&quot;],<br>
    PARAMETER[&quot;latitude_of_origin&quot;,0],<br>
    PARAMETER[&quot;central_meridian&quot;,9],<br>
    PARAMETER[&quot;scale_factor&quot;,0.9996],<br>
    PARAMETER[&quot;false_easting&quot;,500000],<br>
    PARAMETER[&quot;false_northing&quot;,0],<br>
    UNIT[&quot;metre&quot;,1,<br>
        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],<br>
    AUTHORITY[&quot;EPSG&quot;,&quot;32632&quot;]]<br>
Origin = (499966.037957447464578,5101878.644408876076341)<br>
Pixel Size = (80.031641738007920,-80.031641738007920)<br>
Metadata:<br>
  AREA_OR_POINT=Area<br>
Image Structure Metadata:<br>
  COMPRESSION=DEFLATE<br>
  INTERLEAVE=BAND<br>
Corner Coordinates:<br>
Upper Left  (  499966.038, 5101878.644) (  8d59&#39;58.42&quot;E, 46d 4&#39;13.74&quot;N)<br>
Lower Left  (  499966.038, 4760783.787) (  8d59&#39;58.50&quot;E, 42d59&#39;58.99&quot;N)<br>
Upper Right (  826014.946, 5101878.644) ( 13d12&#39;35.68&quot;E, 45d59&#39;34.36&quot;N)<br>
Lower Right (  826014.946, 4760783.787) ( 12d59&#39;42.00&quot;E, 42d55&#39;47.82&quot;N)<br>
Center      (  662990.492, 4931331.216) ( 11d 3&#39; 3.01&quot;E, 44d31&#39; 0.81&quot;N)<br>
Band 1 Block=256x256 Type=Int16, ColorInterp=Gray<br>
<br>
<br>
Thank you for your help,<br>
Corrado<br>
<br>
_______________________________________________<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/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Chaitanya kumar CH.<br>/tʃaɪθənjə/ /kʊmɑr/ <br>+91-9494447584<br>17.2416N 80.1426E<br>