|
Posted by Poster Matt on January 31, 2008, 1:54 pm
Please log in for more thread options
The thread 'distance between lon and lat', at the end of last year, was
interesting. Those with an interest in the subject might want to look at
the Haversine Formula on the page linked below. I can't remember if this
was mentioned in the thread or not, the thread is so long it'll take ages
to check, and my useless newsgroup software won't let me search!
Haversine Formula:
http://www.movable-type.co.uk/scripts/gis-faq-5.1.html
My question is slightly different. The mean radius of the Earth is approx.
6,372 km, but what formula is used to calculate the radius of the Earth
for any given latitude?
I wish my trig was up to working this out but I'm just a humble computer
scientist with no degree in math.
Thank you all for any help in this.
|
|
Posted by Uffe Kousgaard on January 31, 2008, 4:34 pm
Please log in for more thread options
>
> My question is slightly different. The mean radius of the Earth is approx.
> 6,372 km, but what formula is used to calculate the radius of the Earth
> for any given latitude?
R * cos(latitude)
As I understand your question.
|
|
Posted by Poster Matt on January 31, 2008, 5:17 pm
Please log in for more thread options Uffe Kousgaard wrote:
>> My question is slightly different. The mean radius of the Earth is approx.
>> 6,372 km, but what formula is used to calculate the radius of the Earth
>> for any given latitude?
>
> R * cos(latitude)
>
> As I understand your question.
Thanks, but I think I explained my question badly; I'll re-phrase it.
For any specific latitude, what is the formula for calculating the radius
of the Earth at that latitude.
So if I wish to calculate the radius of the Earth at the latitude of
N56:29:35 (56.492956), what formula can I use?
Thanks.
|
|
Posted by Uffe Kousgaard on January 31, 2008, 5:35 pm
Please log in for more thread options >
> So if I wish to calculate the radius of the Earth at the latitude of
> N56:29:35 (56.492956), what formula can I use?
6372 * cos(56.492956/180*pi) = 3518 km.
As you move toward one of the poles, this will finally become 0.
Or do you have Earth flattening in mind? If not, the answer can also be that
the radius doens't change.
|
|
Posted by rgc on January 31, 2008, 8:18 pm
Please log in for more thread options
> >
> > So if I wish to calculate the radius of the Earth at the latitude of
> > N56:29:35 (56.492956), what formula can I use?
>
> 6372 * cos(56.492956/180*pi) = 3518 km.
>
> As you move toward one of the poles, this will finally become 0.
>
> Or do you have Earth flattening in mind? If not, the answer can also be that
> the radius doens't change.
Actually, your approach calculates the radius of a circle of latitude.
The radius of curvature of the Earth is a bit more complicated.
This issue is discussed in rather excruciating detail in the FAQ 5.1
article I mentioned in my previous post. (Look for the section labeled
5.1a which is just short of half way through the article.) For
convenience, and because that post could easily get separated from this
one, here it is again:
http://www.usenet-replayer.com/faq/comp.infosystems.gis.html
- Bob
|
| Similar Threads | Posted | | PDF Map content via Google Maps, Google Earth, and Microsoft Live Maps (Virtual Earth) | May 6, 2007, 4:14 pm |
| Get Arc radius | October 4, 2005, 8:49 am |
| UK Postcode Radius Searching | May 19, 2004, 3:31 am |
| Formula for Dist Measuremet in WGS 84? | July 30, 2004, 3:44 pm |
| Need conversion formula for x,y data | September 28, 2005, 7:06 am |
| A point and a radius calculation -- please help!!! | August 3, 2007, 5:59 am |
| ER MAPPER V6.4 - EARTH RESOURCE MAPPING INC. - new ! | June 1, 2004, 2:20 pm |
| Calculating the intersection with a point on the earth... | March 14, 2006, 3:37 am |
| Earth Resource Mapping (ER Mapper) | February 20, 2007, 12:21 pm |
| HOW2 bypass goog-earth interface ? | May 10, 2008, 9:25 am |
|