<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Travis,<br><br>The command I am using is<br><br><font face="Courier New">gdalwarp
-s_srs </font><b><i><font face="Times New Roman">
proj_string1</font></i></b><font face="Courier New">
-t_srs </font><b><i><font face="Times New Roman"> proj_string1</font></i></b><font face="Courier New">
[-r
</font><b><i><font face="Times New Roman">
resamplig_method</font></i></b><font face="Courier New">]</font><font face="Courier New">
</font><font face="Times New Roman"><b><i>inputfile.ecw&nbsp; outputfile.ecw</i></b></font><br><br>and batch<br><br>@echo off<br>for %%f in (*.ecw) do gdalwarp -s_srs proj_string1 -t_srs proj_string1 -r bilinear %%f d:\output\%%f<br><br><br>Thanks,<br>Pedro Venancio<br><br><br><br>--- On <b>Tue, 2/9/10, Travis Kirstine <i>&lt;tkirstine@firstbasesolutions.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br><br><div class="plainMail">Can you send the command you ran.<br><br>Pedro Venāncio wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I noticed that using gdalwarp with ecw, the resulting files are always <br>&gt; GTiff, even if the command indicates the creation of an ecw, and the <br>&gt; resulting file name appear .ecw (gdalinfo shows that they are GTiffs).<br>&gt; Is this behavior a bug or just a requirement of gdalwarp?<br>&gt;<br>&gt; (I tried fwtools 2.4.5 and 2.4.7)<br>&gt;<br>&gt;
 Thank you very much!<br>&gt;<br>&gt; Pedro Venancio<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; FWTools mailing list<br>&gt; <a ymailto="mailto:FWTools@lists.maptools.org" href="/mc/compose?to=FWTools@lists.maptools.org">FWTools@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/fwtools" target="_blank">http://lists.maptools.org/mailman/listinfo/fwtools</a><br>&gt; <a href="http://fwtools.maptools.org/" target="_blank">http://fwtools.maptools.org/</a><br>&gt;&nbsp;&nbsp;&nbsp;<br></div></blockquote></td></tr></table><br>