Hi again, Sorry, I did not read properly what you did. That should work and it does work for me with GDAL 3.2. I use a copy of your test.tif as "test_00.tif".
gdal_translate -a_srs epsg:4647 test_00.tif test_000.tif Input file size is 100, 100 0...10...20...30...40...50...60...70...80...90...100 - done. gdalwarp -t_srs epsg:4326 test_000.tif test_4326_2.tif Creating output file that is 125P x 73L. Processing test_000.tif [1/1] : 0Using internal nodata values (e.g. -9999) for image test_000.tif. Copying nodata values from source test_000.tif to destination test_4326_2.tif. ...10...20...30...40...50...60...70...80...90...100 - done. -Jukka- jratike80 wrote > Hi, > > What you have wrong is the input coordinate system, not the output as you > tested. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
