Description Usage Arguments Value Examples
Attention: Please use this function for CRS transformations,
since it is based on the st_transform from the sf package and therefore
supports CRS transformations in 3-D. Note: spTransform
from the sp
package
only supports transformations in the 2D plane, which will cause distortions
in the third dimension.
1 | transformCRS.3d(track, fromCRS, toCRS)
|
track |
data.frame with x,y,z coordinates |
fromCRS |
numeric, EPSG code of the current CRS |
toCRS |
numeric, EPSG code of the CRS to be converted in |
A data.frame containing x,y,z and variables.
1 | transformCRS.3d(niclas, fromCRS = 2056, toCRS = 4326)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.