[gdal-dev] Hi,how to translate many files to a file

2010-04-15 Thread weixj2003ld
Hi, I have 6 .tif files,and want to get a JPEG file or a tif file. How to realize it with command gdal_translate? Thk u in advance.___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Hi,how to translate many files to a file

2010-04-15 Thread Chaitanya kumar CH
weixj2003ld, There are two ways. One is to use gdal_merge.py script. Other is to use gdalbuildvrt to build a VRT and use gdal_translate to convert the VRT to your desired format. Refer to http://www.gdal.org/gdal_utilities.html for help. 2010/4/15 weixj2003ld > Hi, > I have 6 .tif files,and wan