[Gdal-dev] Re: Problem with GDALWARP - very fast to solve

Manuel Massing m.massing at warped-space.de
Tue Jun 20 07:22:40 EDT 2006


Hello Jan,

> > www.esw.rwth-aachen.de/n56e010.bil
>
> it would be helpful if you could also provide the associated
> .hdr and .prj files.

in fact, the problem seems to be your target projection definition. The 
srtm tile you specify resides in utm zone 32 (not 11), so you should try 

	gdalwarp -s_srs "+proj=latlong +datum=WGS84" \
                 -t_srs "+proj=utm +zone=32 +datum=WGS84" \
	         n56e010.bil test.tif

with the attached .hdr file. Works for me.

bye,
	Manuel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: n56e010.hdr
Type: image/x-hdr
Size: 326 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20060620/96a5b325/n56e010.bin


More information about the Gdal-dev mailing list