gnssrefl.llh2xyz module
- gnssrefl.llh2xyz.main()
Command line tool that converts latitude, longitude, and ellipsoidal ht to Cartesian coordinates and prints to the screen
Examples
- llh2xyz 39.949492042 -105.194266387 1728.856
returns -1283634.1616 -4726427.8934 4074798.0432
- Parameters:
lat (float) – latitude in degrees
lon (float) – longitude in degrees
height (float) – ellipsoidal height in meters
- Returns:
XYZ – Cartesian coordinates to the screen (m)
- Return type:
float