Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
distance[{theta1_, phi1_}, {theta2_, phi2_}] :=
|
||||
2*6378.14 ArcSin@
|
||||
Sqrt[Haversine[(theta2 - theta1) Degree] +
|
||||
Cos[theta1*Degree] Cos[theta2*Degree] Haversine[(phi2 - phi1) Degree]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue