<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to find the places according to the distance(like in miles)"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "How to find the places according to the distance(like in miles)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to find the places according to the distance(like in miles)</title>
				<description><![CDATA[ Hi,
I have one problem in my work, in my work there is a need to find the near by places according to the given distance of a place. for example if we provide the geoname id of a place we have to display the all near by geoname ids acording to the given distance like 25 miles.

and what is "great circle distance".

Any one can please help in this regard.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1081.page#4739</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1081.page#4739</link>
				<pubDate><![CDATA[Mon, 6 Oct 2008 11:13:01]]> GMT</pubDate>
				<author><![CDATA[ sateesh]]></author>
			</item>
			<item>
				<title>How to find the places according to the distance(like in miles)</title>
				<description><![CDATA[ I found a very easy formula on the Dr Math forum.

http://www.mathforum.com/library/drmath/view/51711.html

I have used it to find the nearest weather station to a user entered lat/long and it works fine.
Hopefully is will be of use to you.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1081.page#4823</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1081.page#4823</link>
				<pubDate><![CDATA[Fri, 17 Oct 2008 16:29:43]]> GMT</pubDate>
				<author><![CDATA[ bruce]]></author>
			</item>
			<item>
				<title>How to find the places according to the distance(like in miles)</title>
				<description><![CDATA[ I have found a much more substantial approach to distance.

Method 1
Great circle method. Assume that the earth is a perfect sphere and apply the spherical trigonometry equation. (see Dr Math) 

Method 2
Vincenty’s formula. This is the most accurate and widely used globally-applicable model for the earth ellipsoid.

The full explanation of Method 2 and JavaScript code can be found at
www.movable-type.co.uk/scripts/latlong-vincenty.html
]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1081.page#4850</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1081.page#4850</link>
				<pubDate><![CDATA[Thu, 23 Oct 2008 06:40:32]]> GMT</pubDate>
				<author><![CDATA[ bruce]]></author>
			</item>
	</channel>
</rss>