Documentation
¶
Index ¶
- Variables
- func ECEF2LLH(x, y, z float64, degrees bool) (latitude, longitude, height float64)
- func LLH2ECEF(latitude, longitude, height float64, degrees bool) (x, y, z float64)
- func SatAzEl(recX, recY, recZ, satX, satY, satZ float64) (azi, ele float64)
- func XYZ2NEU(refX, refY, refZ, x, y, z float64) (n, e, u float64)
- type System
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SPEED_OF_LIGHT = 299792458.0 // earth semimajor axis (m) RE_GRS80 float64 = 6378137.0 RE_WGS84 float64 = 6378137.0 // earth flattening FE_GRS80 float64 = 1.0 / 298.257222101 FE_WGS84 float64 = 1.0 / 298.257223563 )
Functions ¶
func ECEF2LLH ¶
ECEF2LLH - Transform Earth-Centered, Earth-Fixed (ECEF) coordinates to Latitude, Longitude, and Height (LLH)
func LLH2ECEF ¶
LLH2ECEF - Transform Latitude, Longitude, and Height (LLH) to Earth-Centered, Earth-Fixed (ECEF) coordinates
Types ¶
Click to show internal directories.
Click to hide internal directories.