<br>Ah, thank you!&nbsp; That helps, but I still can't figure it out.<br><br>Basically what I'm trying to do is convert this:<br><br><a href="http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg">http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg
</a><br><br>Into something that looks like this:<br><br><a href="http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1">http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1
</a><br><br>-robert<br><br><div><span class="gmail_quote">On 6/1/06, <b class="gmail_sendername">Joaquim Luis</b> &lt;<a href="mailto:jluis@ualg.pt">jluis@ualg.pt</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Robert,<br>I don't know what you got, but I know that you cannot project the poles<br>using a Mercator projection<br>(+/- 90 degrees are infinitely&nbsp;&nbsp;deformed&nbsp;&nbsp;in&nbsp;&nbsp;Mercator)<br><br>Joaquim Luis<br><br>&gt; Howdy folks!&nbsp;&nbsp;I'm super-new to GDAL and the whole GIS space.&nbsp;&nbsp;I've got
<br>&gt; a question that I think is pretty simple...<br>&gt;<br>&gt; I'm trying to warp the NASA BlueMarble images into Mercator WGS84<br>&gt; projected images.&nbsp;&nbsp;The documentation on BlueMarble says that they come<br>&gt; in the Plate Carree WGS84 projection system.
<br>&gt;<br>&gt; For starters I'm trying to take the lowest-resolution 8km whole-world<br>&gt; image and convert it into a 512x512 GeoTIFF in Mercator.&nbsp;&nbsp;Below is my<br>&gt; best guess so far as to how to do this with the gdal command line
<br>&gt; utilities:<br>&gt;<br>&gt;&gt; gdal_translate -a_srs EPSG:32662 -gcp 0 0 -180 90 -gcp 5400 0 180 90<br>&gt;&gt; -gcp 5400 2700 180 -90 world.jpg world.tif<br>&gt; Input file size is 5400, 2700<br>&gt; 0...10...20...30...40...50...60...70...80...90...100 - done.
<br>&gt;<br>&gt;&gt; gdalinfo world.tif<br>&gt; Driver: GTiff/GeoTIFF<br>&gt; Size is 5400, 2700<br>&gt; Coordinate System is `'<br>&gt; GCP Projection = PROJCS[&quot;WGS 84 / Plate Carree&quot;,GEOGCS[&quot;WGS<br>&gt; 84&quot;,DATUM[&quot;WGS_1984&quot;
<br>&gt; ,SPHEROID[&quot;WGS<br>&gt; 84&quot;,6378137,298.2572235630016,AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],AUTHORITY<br>&gt; [&quot;EPSG&quot;,&quot;6326&quot;]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;degree&quot;,
0.0174532925199433],AUTHORI<br>&gt;<br>&gt; TY[&quot;EPSG&quot;,&quot;4326&quot;]],UNIT[&quot;metre&quot;,1,AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],AUTHORITY[&quot;EPSG&quot;,&quot;32<br>&gt;<br>&gt; 662&quot;]]<br>
&gt; GCP[&nbsp;&nbsp;0]: Id=1, Info=<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(0,0) -&gt; (-180,90,0)<br>&gt; GCP[&nbsp;&nbsp;1]: Id=2, Info=<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(5400,0) -&gt; (180,90,0)<br>&gt; GCP[&nbsp;&nbsp;2]: Id=3, Info=<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(5400,2700) -&gt; (180,-90,0)<br>
&gt; Metadata:<br>&gt;&nbsp;&nbsp;AREA_OR_POINT=Area<br>&gt; Corner Coordinates:<br>&gt; Upper Left&nbsp;&nbsp;(&nbsp;&nbsp;&nbsp;&nbsp;0.0,&nbsp;&nbsp;&nbsp;&nbsp;0.0)<br>&gt; Lower Left&nbsp;&nbsp;(&nbsp;&nbsp;&nbsp;&nbsp;0.0, 2700.0)<br>&gt; Upper Right ( 5400.0,&nbsp;&nbsp;&nbsp;&nbsp;0.0)<br>&gt; Lower Right ( 5400.0, 2700.0
)<br>&gt; Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( 2700.0, 1350.0)<br>&gt; Band 1 Block=5400x1 Type=Byte, ColorInterp=Red<br>&gt; Band 2 Block=5400x1 Type=Byte, ColorInterp=Green<br>&gt; Band 3 Block=5400x1 Type=Byte, ColorInterp=Blue<br>&gt;<br>&gt;&gt; gdalwarp -s_srs EPSG:32662 -t_srs &quot;+proj=merc +datum=WGS84&quot; -ts 512
<br>&gt; 512 world.tif worldm.tif<br>&gt; Processing input file world.tif.<br>&gt; :0...10...20...30...40...50...60...70...80...90...100 - done.<br>&gt;<br>&gt; The end result is definitely a 512x512 file that's been warped, but it
<br>&gt; doesn't look at all like a Mercator projection of the Earth.<br>&gt;<br>&gt; Any help would be greatly appreciated!&nbsp;&nbsp;Thanks!<br>&gt;<br>&gt; -robert<br>&gt; _______________________________________________<br>&gt; Gdal-dev mailing list
<br>&gt; <a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</a><br>&gt;<br>
&gt;<br><br></blockquote></div><br>