Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rinex-cli interpretation of rx-geo (#215)
The rx-geo parameter expects lat/lon in degrees, but the geodetic2ecef function wants them in radians. This leads to positions being wildly incorrect. This commit switches to calling the GroundPosition::from_geodetic function instead, which is happy to directly recieve the lat/lon/alt tuple as-is without conversion.
- Loading branch information