Thanks -- but I believe the problem is I didnt install PROJ when installing GDAL from SVN source<br><br><div class="gmail_quote">On Thu, Oct 21, 2010 at 5:56 PM, Eli Adam <span dir="ltr">&lt;<a href="mailto:EAdam@co.lincoln.or.us">EAdam@co.lincoln.or.us</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Boris,<br>
<br>
Did you try something like:<br>
<br>
gdalwarp -t_srs &quot;EPSG:4326&quot; in.jpg out.jpg<br>
<br>
or<br>
<br>
gdalwarp -t_srs &#39;EPSG:4326&#39; in.jpg out.jpg<br>
<br>
<br>
HTH, Eli<br>
<br>
&gt;&gt;&gt; Boris Dev &lt;<a href="mailto:boris.dev@gmail.com">boris.dev@gmail.com</a>&gt; 10/20/2010 2:28 PM &gt;&gt;&gt;<br>
thanks..I am almost there...I think I am making a simple usage typo?<br>
<br>
gdalwarp without the option &#39;-t_srs EPSG:4326&#39; works OK.<br>
<br>
But it doesnt work with the command written exactly as you have it<br>
<br>
&gt;<br>
&gt; gdalwarp -t_srs EPSG:4326 in.jpg out.jpg<br>
&gt;<br>
&gt;<br>
After that command, I do not get anything processed (it just outputs to the<br>
screen the usage info).<br>
<br>
I also had no luck with trying different variations of the -t_srs option<br>
such as<br>
<br>
gdalwarp -t_srs &quot;+proj=EPSG:4326&quot; in.jpg out.jpg<br>
<br>
I am using the most recent SVN GDAL.<br>
<br>
<br>
<br>
&gt;  then use gdalinfo to get the corner coordinates.<br>
&gt;<br>
&gt; Currently the entire page of the PDF is rendered into the image.   Perhaps<br>
&gt; we can convince Even to add an option to convert only the mapped area (or<br>
&gt; mask everything else?)<br>
&gt;<br>
&gt; Best Regards,<br>
&gt; Brent Fraser<br>
&gt;<br>
&gt;<br>
&gt; On 10/20/2010 8:07 AM, Boris Dev wrote:<br>
&gt;<br>
&gt; My objective is to make a KML ground overlay with a geospatial PDF map.<br>
&gt;<br>
&gt; Using GDAL&#39;s translate utility I have converted the PDF to a JPEG. The next<br>
&gt; step and problem for me is to write the text of the KML ground overlay,<br>
&gt; which requires a text of bounding box information like this:<br>
&gt;<br>
&gt; &lt;LatLonBox&gt;<br>
&gt;         &lt;north&gt;37.91904192681665&lt;/north&gt;<br>
&gt;         &lt;south&gt;37.46543388598137&lt;/south&gt;<br>
&gt;         &lt;east&gt;15.35832653742206&lt;/east&gt;<br>
&gt;         &lt;west&gt;14.60128369746704&lt;/west&gt;<br>
&gt;<br>
&gt;<br>
&gt;         &lt;rotation&gt;-0.1556640799496235&lt;/rotation&gt;<br>
&gt;       &lt;/LatLonBox&gt;<br>
&gt;<br>
&gt;<br>
&gt; As GDAL&#39;s output, I saw that the entire PDF with legend, title, etc and not<br>
&gt; just the map image was converted.<br>
&gt;<br>
&gt; As GDAL&#39;s output, I also saw 2 parts of data that seem they are useful to<br>
&gt; match a bounding box to the map within the jpeg, but I cant figure out the<br>
&gt; puzzle of how to make this work? Can I get the bounding box of the entire<br>
&gt; PDF image with this information below?<br>
&gt;<br>
&gt; Corner Coordinates:<br>
&gt; Upper Left  (  666937.758, 2024687.983)<br>
&gt; Lower Left  (  666991.811, 2018338.153)<br>
&gt; Upper Right (  674511.276, 2024754.795)<br>
&gt; Lower Right (  674565.328, 2018404.965)<br>
&gt; Center      (  670751.543, 2021546.474)<br>
&gt;<br>
&gt; &lt;MDI key=&quot;NEATLINE&quot;&gt;POLYGON ((672676.488065659650601<br>
&gt; 2019417.955749646294862,672636.091432046378031<br>
&gt; 2024030.267778463661671,667347.405745737953112<br>
&gt; 2023983.612156898481771,667385.539170471020043<br>
&gt; 2019370.524140953086317,672676.488065659650601<br>
&gt; 2019417.955749646294862,672676.488065659650601<br>
&gt; 2019417.955749646294862,672676.488065659650601<br>
&gt; 2019417.955749646294862,672676.488065659650601<br>
&gt; 2019417.955749646294862))&lt;/MDI&gt;<br>
&gt;<br>
&gt; I realize the coordinate above need to be converted to lat/long to be a KML<br>
&gt; ground overlay onto Google Maps, which I think I can handle.<br>
&gt;<br>
&gt; But I am unsure if I need to extract the map image from the jpeg using the<br>
&gt; NEATLINE?<br>
&gt; How are the Corner Coordinates translated into a bounding box?<br>
&gt;<br>
&gt; Any suggestions?<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gdal-dev mailing listgdal-dev@lists.osgeo.orghttp://<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;<br>
&gt;<br>
<br>
</blockquote></div><br>