Description Usage Arguments Details Value
This function takes a matrix of coordinates in longlat that define a pathy, and returns a denser matrix with more vertices based on a minimum allowed distance.
1 | densifyMat(x, minm = 1852 * 10)
|
x |
matrix of coordinates, long/lat |
minm |
default distance in metres on a great cicle |
The function assumes each segment is a great circle, on the Vincenty ellipsoid distVincentyEllipsoid
.
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.