PPRuNe Forums - View Single Post - Newbie Nav Question
View Single Post
Old 4th Mar 2007, 10:50
  #9 (permalink)  
Ni Thomas
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 93
Likes: 0
Received 0 Likes on 0 Posts
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