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