Jan, Is the problem only with gdalwarp? Were you able to use the twf file with gdal_translate? If it works with gdal_translate create a VRT file using it and then use the VRT file in place of the original tiff.
gdal_translate -of VRT DOP_3905470.tif DOP_3905470.vrt gdalwarp -s_srs EPSG:25832 -t_srs EPSG:31466 DOP_3905470.vrt DOP_3905470_trans.tif Tell me how it worked. On Mon, Oct 31, 2011 at 9:28 PM, Jan Tappenbeck <[email protected]> wrote: > ** > Hi ! > > when reading automatically then i did not understand why gdalwarp could > not use this information for the translation. > > in german - da du aus der schweiz kommst. > > wenn die twf-dateien im verzeichnis mit den bildern sind, dann verstehe > ich nicht warum gdalwarp diese nicht mit in die transformation einbezieht > und passpunkte haben will ! > > gruß Jan :-) > > Am 31.10.2011 16:48, schrieb Chaitanya kumar CH: > > Jan, > > GDAL's GeoTIFF driver checks for the twf file automatically while reading. > You can create this file manually. > > On Mon, Oct 31, 2011 at 9:11 PM, Jan Tappenbeck <[email protected]>wrote: > >> hi ! >> >> i know this format - so add the parameter manuell ?? >> >> no set a flag and then the twf will integrate automaticlly ? >> >> reagards Jan :-) >> >> Am 31.10.2011 16:24, schrieb Chaitanya kumar CH: >> >> >> On Mon, Oct 31, 2011 at 8:39 PM, Jan Tappenbeck <[email protected]>wrote: >> >> >> > > > -- > Best regards, > Chaitanya kumar CH. > > +91-9494447584 > 17.2416N 80.1426E > > > -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
