[gdal-dev] problems to cut form large image

Frank Warmerdam warmerdam at pobox.com
Fri Oct 22 13:30:38 EDT 2010


Jan Tappenbeck wrote:
> 
>   hi !
> 
> 
> 
> i want to cut a part of a lage (7gb) tiff-image and use this command:
> 
> C:\Program Files (x86)\FWTools2.4.7>gdalwarp -r near -te 2608000 
> 55900100 2613104.5424 5582270.5709 -of GTiff -o F:\wt_3a.tif 
> D:\weissenturm\streifen_3_GK2.tif
> 
> but i get following message:
...
> did anybody now anything about this message ??

Jan,

The problem is the -o switch you use - there is no such switch.
Perhaps you mean to indicate the output file?  The gdalwarp command
normally ends with the input file, then the output file.

eg.

gdalwarp <various options> in.tif out.tif

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the gdal-dev mailing list