[gdal-dev] gdal_translate failing with Corner Coordinates for geotiff

Jukka Rahkonen jukka.rahkonen at mmmtike.fi
Tue Oct 29 05:06:59 PDT 2013


Jan Martin <janmartin <at> diy-streetview.org> writes:


> gdal_translate \ 
-gcp 0 0 8.648585222862266 50.001663936185025 \ 
-gcp 644 0 8.65549459328463 50.001663936185025 \
-gcp 644 899 8.65549459328463 49.995463920773624 \ 
/home/me/geotiff/Neurott.png /home/me/geotiff/Neurott.tiff 
> seems to work, but
> gdalinfo /home/me/geotiff/Neurott.tiff shows that the Corner Coordinates >
are the pixel values, and not the lat/lon coordinates

Try what happens if you run next gdalwarp with something like

gdalwarp -rc -s_srs epsg:4326 -t_srs epsg:4326 -of GTiff -co tiled=yes
Neurott.tiff final.tiff

-Jukka Rahkonen-






More information about the gdal-dev mailing list