Needed to convert answers from radians back to degrees. Working code below.
Needed to convert answers from radians back to degrees. Working code below: import math R = 6378.1 #Radius of the Earth brng = 1.57 #Bearing is 90 degrees converted to radians. D = 15 #Distance in km #lat2 52.20444 - the lat result I'm hoping for #lon2 0.36056 - the long result I'm hoping for.
Lat1 = math. Radians(52.20472) #Current lat point converted to radians lon1 = math. Radians(0.14056) #Current long point converted to radians lat2 = math.
Asin( math. Sin(lat1)*math. Cos(d/R) + math.
Cos(lat1)*math. Sin(d/R)*math. Cos(brng)) lon2 = lon1 + math.
Atan2(math. Sin(brng)*math. Sin(d/R)*math.
Cos(lat1), math. Cos(d/R)-math. Sin(lat1)*math.
Sin(lat2)) lat2 = math. Degrees(lat2) lon2 = math. Degrees(lon2) print(lat2) print(lon2).
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.