Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个免费的程序或库来裁剪巨大的 Geo TIFF 文件。它是 BigTIFF 格式。libtiff 不支持该格式。
Linux 或 Windows 操作系统。
使用GDAL的gdal_translate:
gdal_translate
gdal_translate -projwin $x1 $y1 $x2 $y2 $infile.tif $outfile.tif
在 Debian Linux 下的 gdal-bin 包中(squeeze 或更高版本)。