| Date: | Fri, 23 Oct 2009 16:07:18 -0500 |
| Reply-To: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Subject: | Re: distance between 2 points |
|
| In-Reply-To: | <90058f7a-953f-4ac6-b164-70a38e2df18e@m13g2000vbf.googlegroups.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
GEODIST(latitude-1, longitude-1, latitude-2, longitude-2 <,options>)
On 10/23/09, Tetyana <teryoshinat@prodigy.net> wrote:
> Hi All,
>
> I have two points (lat1, lon1) and (lat2, lon2).
> For example : (-89.565758, 42.865461) and (36.158828, 115.125661)
>
> What is the formula for the distance?
>
> Thank you,
> tetyana
>
|