[gdal-dev] gdalwarp from EPSG:25832 to EPSG:4326 with error latitude or longitude exceeded limits?

jratike80 jukka.rahkonen at maanmittauslaitos.fi
Wed Nov 25 02:57:05 PST 2020


Hi,

What you have wrong is the input coordinate system, not the output as you
tested.
Compare https://epsg.org/crs/wkt/id/25832 with
https://epsg.org/crs/wkt/id/4647 and notice the difference in false easting.

Now run gdalwarp right

gdalwarp -s_srs epsg:4647 -t_srs epsg:4326 test_00.tif test_4326.tif
Creating output file that is 125P x 73L.
Processing test_00.tif [1/1] : 0Using internal nodata values (e.g. -9999)
for image test_00.tif.
Copying nodata values from source test_00.tif to destination test_4326.tif.
...10...20...30...40...50...60...70...80...90...100 - done.

-Jukka Rahkonen-


yuchan wrote
> The tiff file you can download from https://files.fm/f/5ttjhyh9p
> The xyz file I already shared in the beginning:
> https://pastebin.com/40xSNqm4
> 
> Thanks,
> 
> 
> On Wed, 25 Nov 2020 at 11:10, Tobias Wendorff <

> tobias.wendorff@

>> wrote:
> 
>> Am 25.11.2020 um 11:00 schrieb Pham Huu Bang:
>> > ERROR 1: No PROJ.4 translation for source SRS, coordinate
>> > transformation initialization has failed.
>>
>> Can you share your data?
>>
> 
> _______________________________________________
> gdal-dev mailing list

> gdal-dev at .osgeo

> https://lists.osgeo.org/mailman/listinfo/gdal-dev





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html


More information about the gdal-dev mailing list