Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the spatial distance between two points on Earth
ResourceFunction["GeoSpatialDistance"][loc] finds the spatial distance between Here and loc. | |
ResourceFunction["GeoSpatialDistance"][loc1,loc2] finds the spatial distance between locations loc1 and loc2 on Earth. |
Find the spatial distance between your location and the North and South Poles:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Find the spatial distance between your location and its antipode:
| In[3]:= |
| Out[3]= |
Find the distance between New York City and Paris, France:
| In[4]:= | ![]() |
| Out[4]= |
The distance from Beijing to its antipode city:
| In[5]:= |
| Out[5]= |
| In[6]:= | ![]() |
| Out[6]= |
Compare the direct distance to the geodesic distance:
| In[7]:= | ![]() |
| Out[7]= |
Compare and contrast with GeoDistance:
| In[8]:= |
| Out[8]= |
| In[9]:= |
| Out[9]= |
| In[10]:= |
| Out[10]= |
Find the time it would take to travel at the speed of light to Null Island:
| In[11]:= | ![]() |
| Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License