<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Texte brut Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.TextebrutCar
        {mso-style-name:"Texte brut Car";
        mso-style-priority:99;
        mso-style-link:"Texte brut";
        font-family:Consolas;}
MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=FR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US>Hi all,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>We&#8217;re quite new to geographic fundamentals,
but it sounds like PROJ.4 is a pretty good base where to find proper &#8216;geographic
related&#8217; libraries.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>We&#8217;re currently working on graphic
(2D/3D) tools for displaying accurate GPS information and our goal is to rely
on standard systems, avoiding to &#8216;reinvent the wheel&#8217;, feeling it
should be much of a benefit if we could share with the community.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>By now, we were able to properly use the &#8216;proj&#8217;
API in order to match different projection schemes into &#8216;Cartesian&#8217;
(3D space) coordinates, and also mix 2D representations.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>However, distance calculation seems to be
another issue.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>While we could find ways to implement a
reasonable calculation<o:p></o:p></span></p>

<p class=MsoPlainText><span lang=EN-US>(for instance :<o:p></o:p></span></p>

<p class=MsoPlainText><span lang=EN-US>gpsDist(PointF P1, PointF P2)<o:p></o:p></span></p>

<p class=MsoPlainText>{<o:p></o:p></p>

<p class=MsoNormal>return Acos( sin(P1.y)*sin(P2.y) +
cos(P1.y)*cos(P2.y)*cos(P1.x-P2.x) ) * earthRadius;<o:p></o:p></p>

<p class=MsoNormal><span lang=EN-US>}),<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>our approach considers it could be concentrated
on the same system, in order to provide consistency (at least sharing &#8216;earthRadius&#8217;
values).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>In that manner, we failed to use &#8216;geod&#8217;
or affiliate as API.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>We have to say that we&#8217;re developing on
Windows platform (VS 2005), and we&#8217;re lacking sample/tutorial/help for
such a use.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Any help in that manner would be welcome.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>PS: Is there a proper (recommended) way to
increase &#8216;ellipsoid&#8217; definitions (increasing or modifying &nbsp;&#8216;</span><span
lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>pj_ellps&#8217; table,
for instance changing &#8220;sphere&#8221;&#8217;s radius)?</span><span
lang=EN-US><o:p></o:p></span></p>

</div>

</body>

</html>