John Mitchell <mitchelljj98 <at> gmail.com> writes:

> 
> Hi,For a raster file header how do I transform the GCP Projection and GCP into
a format where instead the Coordinate System contains corner coordinates?Below
is an example of a portion of a header file containing GCP 

I remember I have done something similar with:
gdalwarp -of Gtiff -s_srs epsg:4326 -t_srs epsg:4326 input.tif output.tif.

Have a try, it may work.


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

Reply via email to