sriram.prasadbhas...@rmsi.com wrote:
Hi.

GDAL Warp generates a Resampled Output Image along with a TFW for a
provided set of GCP's

My question is .. is there any Parameter by which we keep the raw image
untouched & generate only the TFW.

By Adjusting the TFW parameters we can position the raw image @
geopositioned Location..

Any guidance would help immensely.

Bhasker,

In the C API there is a function GDALGCPsToGeoTransform() which can be used
to compute an approximate geotransform for a set of GCPs. This could then
be written to a world file.

There is no mechanism I am aware of in the swig API or with user tools to
do this.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to