Description Usage Arguments Value Author(s) Examples
Distance Along Great Circle Arc in degrees, kilometers
1 | GreatDist(LON1, LAT1, LON2, LAT2, EARTHRAD= 6371)
|
LON1 |
Longitude, point1 |
LAT1 |
Latitude, point1 |
LON2 |
Longitude, point2 |
LAT2 |
Latitude, point2 |
EARTHRAD |
optional earth radius, default = 6371 |
LIST:
drad |
distance in radians |
ddeg |
distance in degrees |
dkm |
distance in kilometers |
Jonathan M. Lees <jonathan.lees@unc.edu>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.