This might be what you&#39;re looking for : <a href="http://www.movable-type.co.uk/scripts/latlong.html">http://www.movable-type.co.uk/scripts/latlong.html</a><br><br>Look for the section : <b><b>Destination point given distance and bearing from start point<br>
<br></b></b>-Lennox<b><b><br><br></b></b><div class="gmail_quote">On Jan 28, 2008 7:55 PM, Ray Gardener &lt;<a href="mailto:rayg@daylongraphics.com">rayg@daylongraphics.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If you can use UTM or similar coords, then<br><br>x = cos(heading) * distance + start_pos_x<br>y = sin(heading) * distance + start_pos_y<br><br>Assuming heading in clockwise radians with north = up.<br><br>Then you can inverse transform (x, y) from UTM to lat/lon.<br>
<font color="#888888"><br>Ray<br></font><div><div></div><div class="Wj3C7c"><br><br>Meek, Allan (Contractor) wrote:<br>&gt; This is a bit of a long shot, but I&#39;m hoping I might find some help<br>&gt; here.<br>&gt;<br>
&gt; I have a start lat/long position, a distance, and a heading. Is there an<br>&gt; easy way (in OGR or elsewhere) to calculate the end lat/long position<br>&gt; (after travelling the given distance on the given heading)?<br>
&gt;<br>&gt; I have a working formula for calculating the distance and heading<br>&gt; between two lat/long positions, but I wanted to see if I can get around<br>&gt; having to rework this to solve my problem.<br>&gt;<br>
&gt; Any help would be appreciated!<br>&gt;<br>&gt; Thanks,<br>&gt; Allan<br>&gt; _______________________________________________<br>&gt; gdal-dev mailing list<br>&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>&gt;<br>&gt;<br><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></div></div></blockquote>
</div><br><br clear="all"><br>-- <br>-Lennox