[gdal-dev] GDALwarp - Too many points (441 out of 441)

Tobias Heuchel tobiasheuchel at web.de
Fri Feb 8 06:03:50 EST 2008


Thomas,

you coord. values do have the zone digits (in your case 33) in front of the east values. This is a way in Germany (or also other countries?) to use the coordinates sometimes, but as far as I know definitely not the default in using UTM coordinates and sometimes confusing. To get the things work, take a UTM zone 33 coordinate sytem definition and change the false easting  by applying an additional 33000000 meter shift and you probably can work with these coords. Or just for testing remove the first 2 digits (33) on your coord. east values.

Tobias

> -----Ursprüngliche Nachricht-----
> Von: "Thomas Becker" <thomasgeo at gmx.de>
> Gesendet: 07.02.08 19:22:51
> An: gdal-dev at lists.osgeo.org
> Betreff: [gdal-dev] GDALwarp - Too many points (441 out of 441)


> 
> Hello listers,
> 
> i am new to GDAL and have a problem to warp a GeoTiff.
> The projection of the GeoTiff i got is shown in QGIS as
> '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'
> but the info file from the department says
> ETRS89/ UTM 33 Ellipsoide GRS80.
> 
> Now i was trying to use gdalwarp with
> 
> gdalwarp -s_srs '+proj=longlat +ellps=WGS84 +datum=WGS84' -t_srs
> '+proj=utm +zone=33 +ellps=GRS80' input.tif output.tif
> 
> to transform the coordinates. I was already trying it with the EPSG 
> codes 4326 to 25833 the error message is always the same:
> 
> ERROR 1: Too many points (441 out of 441) failed to transform,
> unable to compute output bounds
> 
> I was searching in this list, found an article from 2006 but there the 
> utm zone seems to causing the problem.
> 
> I will add the gdalinfo output:
> 
> Driver: GTiff/GeoTIFF Size is 10000, 10000 Coordinate System is `'
> Origin = (33360000.000000000000000,5972000.000000000000000) Pixel Size =
> (0.200000000000000,-0.200000000000000) Metadata:
>    TIFFTAG_SOFTWARE=OrthoVista
>    TIFFTAG_XRESOLUTION=1
>    TIFFTAG_YRESOLUTION=1
>    TIFFTAG_RESOLUTIONUNIT=1 (unitless) Corner Coordinates: Upper Left
> (33360000.000, 5972000.000) Lower Left (33360000.000, 5970000.000) Upper
> Right (33362000.000, 5972000.000) Lower Right (33362000.000,
> 5970000.000) Center (33361000.000, 5971000.000) Band 1 Block=10000x1
> Type=Byte, ColorInterp=Red Band 2 Block=10000x1 Type=Byte,
> ColorInterp=Green Band 3 Block=10000x1 Type=Byte, ColorInterp=Blue
> 
> 
> I hope you can help me to transform the file...
> 
> Cheers,
> Thomas
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
> 


_______________________________________________________________________
Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage
kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220



More information about the gdal-dev mailing list