<div dir="ltr">Try this to convert 0º 360º into -180º 180º:<div><a href="http://eloiribeiro.wordpress.com/2009/07/08/coverter-imagens-0%C2%BA-360%C2%BA-a-180-180%C2%BA-com-gdal/">http://eloiribeiro.wordpress.com/2009/07/08/coverter-imagens-0%C2%BA-360%C2%BA-a-180-180%C2%BA-com-gdal/</a><br>

</div><div style>Good luck,</div><div style><br></div><div class="gmail_extra"><div><div dir="ltr">Eloi Ribeiro<br>GIS Analyst / Programmer<br>51.9871, 5.6661<br><a href="http://flavors.me/eloiribeiro" target="_blank">flavors.me/eloiribeiro</a></div>

</div>
<br><br><div class="gmail_quote">On 7 June 2013 17:32, laura0 <span dir="ltr"><<a href="mailto:lauramail@iol.it" target="_blank">lauramail@iol.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<br>
I have a geotiff with the following corner coordinates:<br>
Upper Left  (  -0.2500000,  <a href="tel:90.2500000" value="+34902500000">90.2500000</a>) (  0d15' 0.00"W, 90d15' 0.00"N)<br>
Lower Left  (  -0.2500000, -90.2500000) (  0d15' 0.00"W, 90d15' 0.00"S)<br>
Upper Right (     359.750,      90.250) (359d45' 0.00"E, 90d15' 0.00"N)<br>
Lower Right (     359.750,     -90.250) (359d45' 0.00"E, 90d15' 0.00"S)<br>
Center      ( 179.7500000,   0.0000000)<br>
<br>
I would like to reproject it in UTM (then I will crop the image) for<br>
instance with the command<br>
gdalwarp -t_srs "+proj=utm +zone=32 +datum=WGS84" temp.tif proj.tif<br>
<br>
As you can see above, the range of longitude is 0 360 and not -180 180 so I<br>
have tried:<br>
gdalwarp -t_srs "+proj=utm +zone=32 +datum=WGS84" -te -180 -90 180 90<br>
temp.tif proj.tif<br>
but I get the error message<br>
 ERROR 1: Reprojection failed, err = -14, further errors will be supressed<br>
on the transform object.<br>
Creating output file that is 0P x 0L.<br>
<br>
I have also tried the option -wo SOURCE_EXTRA=1000 --config CENTER_LONG 0 I<br>
have found somewhere, but I am not sure this is the right way.<br>
Can someone suggest me the way?<br>
Thanks<br>
<br>
Laura<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Reprojection-raster-0-360-longitude-tp5058766.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Reprojection-raster-0-360-longitude-tp5058766.html</a><br>


Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br></div></div>