I am trying to reproject a Southern Hemisphere GeoTiff satellite picture from Mercator to Polar Stereographic. I want to obtain an image similar to the one in : <a href="http://aviationweather.gov/obs/sat/intl/">http://aviationweather.gov/obs/sat/intl/
</a> for ICAO area J or K. Pls. see input image info at the end of the message.<br>I tried following options to just reproject the map with not so promising outputs:<br>gdalwarp -t_srs EPSG:32761 -wo SAMPLE_GRID=YES in.tif
out.tif => original image diagonally on a white background but with southern latitudes on top of northern latitudes like //<br>gdalwarp -t_srs "+proj=stere" in.tif out.tif => fully white image<br>gdalwarp -t_srs "+proj=stere +lat_ts=
0.0 +lat+0=-90.0 +lon_0=-179.9999 +k_0=1.0 +x_0=0 +y_0=0" -wo SAMPLE_GRID=YES in.tif out.tif => original images diagonally shown on a white background like \\ <br><br>I tried some other combinations with same bad results. I have already looked into the list of questions posted already with no much luck either.
<br><br>Does someone know which are the right arguments for gdalwarp to obtain the image I want to obtain?<br><br><br>==========================================================================================<br>The input image info:
<br>Driver: GTiff/GeoTIFF<br>Size is 7482, 1871<br>Coordinate System is:<br>PROJCS["unnamed",<br> GEOGCS["WGS 84",<br> DATUM["WGS_1984",<br> SPHEROID["WGS 84",6378137,
298.2572235629972,<br> AUTHORITY["EPSG","7030"]],<br> AUTHORITY["EPSG","6326"]],<br> PRIMEM["Greenwich",0],<br> UNIT["degree",
0.0174532925199433],<br> AUTHORITY["EPSG","4326"]],<br> PROJECTION["Equirectangular"],<br> PARAMETER["latitude_of_origin",30],<br> PARAMETER["central_meridian",142],
<br> PARAMETER["false_easting",0],<br> PARAMETER["false_northing",0],<br> UNIT["metre",1,<br> AUTHORITY["EPSG","9001"]]]<br>Origin = (-179.999900,0.029583)
<br>Pixel Size = (0.04811252,-0.04811252)<br>Metadata:<br> AREA_OR_POINT=Area<br>Corner Coordinates:<br>Upper Left (-179.9999000, 0.0295831) (141d59'53.28"E, 0d 0'0.00"N)<br>Lower Left (-179.9999000
, -89.9889464) (141d59'53.28"E, 0d 0'2.93"S)<br>Upper Right ( 179.9779928, 0.0295831) (142d 0'6.72"E, 0d 0'0.00"N)<br>Lower Right ( 179.9779928, -89.9889464) (142d 0'6.72"E, 0d 0'
2.93"S)<br>Center ( -0.0109536, -44.9796817) (142d 0'0.00"E, 0d 0'1.46"S)<br>Band 1 Block=7482x1 Type=Byte, ColorInterp=Palette<br> Color Table (RGB with 256 entries)<br> 0: 255,255,255,255
<br> 1: 0,0,0,255<br> 2: 0,0,85,255<br> 3: 0,0,170,255<br> 4: 0,0,255,255<br> 5: 0,85,0,255<br> 6: 0,85,85,255<br> 7: 0,85,170,255<br>.......... rest of color table<br>