Description Usage Arguments Examples
This function calculates geodesic distance using the original Vincenty Ellipsoid method.
1 2 3 4 5 6 7 8 | calcVinEll(
latLongs,
a = 6378137,
b = 6356752.3142,
f = 1/298.257223563,
eps = 1e-12,
iter = 100
)
|
latLongs |
Two column matrix of latitudes/longitudes |
a |
Equatorial radius of the earth, default is WGS-84 radius |
b |
Polar radius of the earth, default is WGS-84 radius |
f |
Flattening or inverse eccentricity, default eccentricity is WGS-84 |
eps |
Convergence criteria |
iter |
Maximum number of iterations to attempt convergence |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.