[gdal-dev] Re: 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?
Jukka Rahkonen
jukka.rahkonen at mmmtike.fi
Wed Sep 17 04:36:04 EDT 2008
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.
More information about the gdal-dev
mailing list