Re: [gdal-dev] question to in Virtual Format file

2010-03-15 Thread Frank Warmerdam
Andreas Joisten wrote: Hi All, In a simple case I use a vrt file to create a GeoTiff file and that works fine. Now I have the problem, that the input tif file is not quite right. The Image must be fliped horizontal to have the right position. How can I use the geoTransform array to execute th

[gdal-dev] question to in Virtual Format file

2010-03-15 Thread Andreas Joisten
Hi All, In a simple case I use a vrt file to create a GeoTiff file and that works fine. Now I have the problem, that the input tif file is not quite right. The Image must be fliped horizontal to have the right position. How can I use the geoTransform array to execute this operation? Many th