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

Pham Huu Bang a09550 at gmail.com
Wed Nov 25 02:00:42 PST 2020


Hi Tobias,

If I set to EPSG:4647, I cannot warp it either:

 gdal_translate -a_srs EPSG:4647 test.tif test1.tif
Input file size is 100, 100
0...10...20...30...40...50...60...70...80...90...100 - done.

gdalinfo test1.tif
Driver: GTiff/GeoTIFF
Files: test1.tif
Size is 100, 100
Coordinate System is:
LOCAL_CS["ETRS89 / UTM zone 32N (zE-N)",
    GEOGCS["ETRS89",
        DATUM["unknown",
            SPHEROID["unretrievable - using WGS84",6378137,298.257223563]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433]],
    AUTHORITY["EPSG","4647"],
    UNIT["metre",1]]
Origin = (32573000.000000000000000,6019990.000000000000000)
Pixel Size = (10.000000000000000,-10.000000000000000)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (32573000.000, 6019990.000)
Lower Left  (32573000.000, 6018990.000)
Upper Right (32574000.000, 6019990.000)
Lower Right (32574000.000, 6018990.000)
Center      (32573500.000, 6019490.000)
Band 1 Block=100x20 Type=Float32, ColorInterp=Gray
  NoData Value=-9999

gdalwarp test1.tif -t_srs EPSG:4326 test2.tif
ERROR 1: No PROJ.4 translation for source SRS, coordinate
transformation initialization has failed.

On Wed, 25 Nov 2020 at 10:55, Tobias Wendorff <
tobias.wendorff at tu-dortmund.de> wrote:

> Am 25.11.2020 um 10:17 schrieb Pham Huu Bang:
> > Corner Coordinates:
> > Upper Left  (32573000.000, 6019990.000) (174d17' 8.00"W,Invalid angle)
> > Lower Left  (32573000.000, 6018990.000) (114d59' 0.99"W,Invalid angle)
> > Upper Right (32574000.000, 6019990.000) (109d46'37.15"W,Invalid angle)
> > Lower Right (32574000.000, 6018990.000) ( 43d35'46.10"W,Invalid angle)
> > Center      (32573500.000, 6019490.000) (102d39' 0.67"W,Invalid angle)
> > Band 1 Block=100x20 Type=Float32, ColorInterp=Gray
> >    NoData Value=-9999
>
> That's not EPSG:25832. It's EPSG:4647.
>
> xx359666.704;5651728.683 -> EPSG:25832
> 32359666.704;5651728.683 -> EPSG:4647
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20201125/f42addbc/attachment.html>


More information about the gdal-dev mailing list