[Gdal-dev] gdalwarp Corine

Dieter Lehmann dieter.lehmann at hfwu.de
Mon May 1 06:43:31 EDT 2006


Hello Armin,
thanks for your replay.
I found, that my tfw was not correct (first line was corrupt), after I changed
that, I get a new error, either I tryed the EPSG-code or the full description
of it.

Any ideas?

Here's the error I got:

ERROR 1: latitude or longitude exceeded limits
ERROR 1: GDALWarperOperation::ComputeSourceWindow() failed because the
pfnTranformer failed.

Thanks a lot.
Dieter





Quoting Armin Burger <armin.burger at gmx.net>:

> 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...
>>
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the Gdal-dev mailing list