Hi,<br><br>I am trying to reproject a map from Mercator to Stereographic using gdalwarp.<br>I got the lat/lon of Mercator map center using gdalinfo.<br>This is the command I run:<br>gdalwarp -t_srs &quot;+proj=stere +lat_ts=0 +lon_0=142 +x_0=0 +y_0=0&quot; SH_SATIR_00_2007013118.tif SH_SATIR_00_2007013118_stereo.tif&nbsp; 
<br><br>I get a nice all black image.&nbsp; <br>Could somedy tell me what am I missing on this command line?<br><br><br>Thanks<br><br><br>