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- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
