xyz_to_lla | R Documentation |
This function converts cartesian coordinates to Earth lat/lon/alt (WGS84). Cartesian coordinates are from the center of Earth. Meant to be used in conjunction with lla_to_xyz
xyz_to_lla(x, y, z)
x |
cartesian x |
y |
cartesian y |
z |
cartesian z |
A list of 3 numbers where the 3 entries correspond to lon (degrees), lat (degrees), and altitude (meters) on Earth
scenarioMaker:::xyz_to_lla(12000, 24000, 36000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.