lla2xyz: Convert LLA to ECEF

Description Usage Arguments Details Value

View source: R/lla2xyz.R

Description

Convert LLA to ECEF

Usage

1
lla2xyz(lat, lon, alt)

Arguments

lat

latitude in degrees

lon

longitude in degrees

alt

altitude in km

Details

This converter uses N latitude and E longitude. Heights are in meters, and are ellipsoidal heights. There is no geoid model included. The WGS 84 ellipsoid is used.

Value

A 3-vec containing xyz for ECEF (km)


justinmooney/ecefR documentation built on May 20, 2019, 5:16 a.m.