Question: python write a function that takes latitudes (in degrees) and converts them to colatitudes (in radians) write a function, that takes two longitudes and returns
python
- write a function that takes latitudes (in degrees) and converts them to colatitudes (in radians)
- write a function, that takes two longitudes and returns the difference
- re-write the function great_circle( ) that calls the two other functions and returns the latitudinal separation in degrees. (Hint: remember that NumPy assumes that the units are in radians)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
