[FWTools] gdalwarp always generates GTiffs

Pedro Venâncio pedrongvenancio at yahoo.com
Tue Feb 9 09:14:02 EST 2010


Hi Travis,

The command I am using is

gdalwarp
-s_srs 
proj_string1
-t_srs  proj_string1
[-r

resamplig_method]
inputfile.ecw  outputfile.ecw

and batch

@echo off
for %%f in (*.ecw) do gdalwarp -s_srs proj_string1 -t_srs proj_string1 -r bilinear %%f d:\output\%%f


Thanks,
Pedro Venancio



--- On Tue, 2/9/10, Travis Kirstine <tkirstine at firstbasesolutions.com> wrote:


Can you send the command you ran.

Pedro Venâncio wrote:
> Hi,
>
> I noticed that using gdalwarp with ecw, the resulting files are always 
> GTiff, even if the command indicates the creation of an ecw, and the 
> resulting file name appear .ecw (gdalinfo shows that they are GTiffs).
> Is this behavior a bug or just a requirement of gdalwarp?
>
> (I tried fwtools 2.4.5 and 2.4.7)
>
> Thank you very much!
>
> Pedro Venancio
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> FWTools mailing list
> FWTools at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/fwtools
> http://fwtools.maptools.org/
>   



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/fwtools/attachments/20100209/a3e83055/attachment.htm 


More information about the FWTools mailing list