PPRuNe Forums - View Single Post - Newbie Nav Question
View Single Post
Old 4th March 2007 | 10:50
  #9 (permalink)  
Ni Thomas
 
Joined: Feb 2002
Posts: 93
Likes: 0
From: Hampshire, UK
In practical terms - On the CAA charts (Lamberts Conformal Conic Projection) measure the distance betwixt the two points with your dividers and then read off the measured disance using the Latitude scale (use the latitude scale alongside the approx. area of your journey)

And just to confuse matters .....
In Navigational terms: You can use a Haversine formula to gain the great circle distance - Thus :-
Hav(Dist) = Hav((90-LatA)~(90-LatB))+Hav(longA-LongB) x Sin(90-LatA) x Sin(90-LatB)

If you want to use Excel to help the sums for you you could use:-
60*SQRT((LatA-LatB)^2+(COS(((LatA+LatB)/2)/RadConv)*(LongA-LongB))^2))
(Where RadConv = 180/PI()) to do the radian/degrees conversion)
Ni Thomas is offline  
Reply