[Gdal-dev] gdalwarp Corine

Armin Burger armin.burger at gmx.net
Sun Apr 30 16:28:08 EDT 2006


You could at least in this case try to use the EPSG codes and see if it 
works better. Newer versions of GDAL know the ETRS-LAEA projection.

gdalwarp -s_srs "EPSG:3035" -t_srs "EPSG:32632" in.tif out.tif

armin

Dieter Lehmann wrote:
> Hello,
> sorry for bothering you, but I get stucked...
> 
> I need to project a corine landcover grid to UTM Zone 32. I tryed it this way:
> 
> 
> gdalwarp
> -s_srs "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80
> +units=m +datum=ETRS89 +no_defs"
> -t_srs "+proj=utm +zone=32 +datum=WGS84" in.tif out.tif
> 
> 
> I thought, this should work, but it seems, that I miss something:
> 
>> ERROR 1: Unable to compute a transformation between pixel/line
> and georeferenced coordinates for lceugr100_00_pct.tif.
> There is no affine transformation and no GCPs.
> 
> Because I need this file on Tuesday, I'm a little be in rush...
> 



More information about the Gdal-dev mailing list