I need a free program or library for cropping a huge Geo TIFF file. It is in BigTIFF format. libtiff doesn't support the format.

Linux or Windows OS.

link|improve this question

What language are you using? – Brad Dec 26 '10 at 22:37
A tiff file has geodata? Look for a free 64-bit operating system. It's there. – Hans Passant Dec 26 '10 at 23:08
Free program or library? If you just need a program to crop it, download xpda.com/photomud, disable undo (Tools, Options, Edit), and crop. It will handle larger than 20K x 10k. (Disclosure: it's mine, and as is.) – xpda Dec 27 '10 at 4:28
@Hans Passant - for you reputation I am surprised you post such meaningless comments. – Ross Dec 27 '10 at 16:26
@Ross - everybody is entitled to post meaningless or hard to interpret comments. You too. Only answers count here. – Hans Passant Dec 27 '10 at 16:34
feedback

1 Answer

up vote 1 down vote accepted

gdal_translate -projwin $x1 $y1 $x2 $y2 $infile.tif $outfile.tif

In the package gdal-bin under Debian Linux (squeeze or higher).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.