Rahkonen Jukka writes: > > A modified gdal_merge script was once posted to gdal_dev > mailing list, that creates GDAL/VRT file from a file list in seconds.
Here is a slightly modified version of that http://www.vso.cape.com/~nhv/files/gdal/gdal_vrtmerge.py # modified output of geotransform to retain same numerical # precision as the gdal 'C' utilities # Norman Vine [EMAIL PROTECTED] 03-Oct-2005 6:23:45 am and here is the recent announcement of a 'C' version Cheers Norman > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Dardo D Kleiner > - CONTRACTOR > Sent: Tuesday, March 21, 2006 12:57 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Gdal-dev] VRT file creation from multiple geotiff files > > > Here is a simple program I use to create a .vrt mosaic > from either a file listing source images or a directory > containing source images. Might have some rounding problems > in bounds computation, but works pretty well generally... > > http://www.cmf.nrl.navy.mil/ccs/project/public/DC/web/projects/vrtmosaic > > Obligatory disclaimer: public domain - no guarantees of anything... > > -- > Dardo D. Kleiner > Connection Machine Facility, Center for Computational Sciences > Naval Research Laboratory (Washington, DC) > [EMAIL PROTECTED] -- 202.404.7019
